Add reviews and support tutorial management
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import type { AllowList } from 'payload'
|
||||
|
||||
export const eversoloPasteURLAllowList: AllowList = [
|
||||
{
|
||||
hostname: 'www.eversolo.com',
|
||||
protocol: 'https',
|
||||
},
|
||||
{
|
||||
hostname: 'eversolo.com',
|
||||
protocol: 'https',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user