Skip to content

Commit 1498adb

Browse files
committed
Add da.page to allowed tokens
1 parent 5d8d4d1 commit 1498adb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blocks/shared/utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { DA_ORIGIN } from './constants.js';
22

33
const { getNx } = await import('../../scripts/utils.js');
44

5-
const DA_ORIGINS = ['https://da.live', 'https://admin.da.live', 'https://stage-admin.da.live', 'https://content.da.live', 'https://stage-content.da.live', 'http://localhost:8787'];
5+
// TODO: INFRA
6+
const DA_ORIGINS = ['https://da.live', 'https://da.page', 'https://admin.da.live', 'https://admin.da.page', 'https://stage-admin.da.live', 'https://content.da.live', 'https://stage-content.da.live', 'http://localhost:8787'];
67
const AEM_ORIGINS = ['https://admin.hlx.page', 'https://admin.aem.live'];
78
const ALLOWED_TOKEN = [...DA_ORIGINS, ...AEM_ORIGINS];
89

0 commit comments

Comments
 (0)