Skip to content

Commit 3b4e1e7

Browse files
committed
fix: updated shortbread rules
1 parent 52fd081 commit 3b4e1e7

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/pages/_document.tsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const ANALYTICS_CSP = {
1515
'https://aws.demdex.net',
1616
'https://dpm.demdex.net',
1717
'https://cm.everesttech.net',
18-
'https://prod.assets.shortbread.aws.dev https://prod.tools.shortbread.aws https://prod.tools.shortbread.aws.dev'
18+
'https://prod.tools.shortbread.aws.dev',
19+
'https://prod.log.shortbread.aws.dev'
1920
],
2021
img: [
2122
'https://amazonwebservices.d2.sc.omtrdc.net',
@@ -24,12 +25,8 @@ const ANALYTICS_CSP = {
2425
'https://cm.everesttech.net'
2526
],
2627
frame: ['https://aws.demdex.net', 'https://dpm.demdex.net'],
27-
script: [
28-
'https://prod.assets.shortbread.aws.dev https://prod.tools.shortbread.aws https://prod.log.shortbread.aws.dev'
29-
],
30-
style: [
31-
'https://prod.assets.shortbread.aws.dev https://prod.tools.shortbread.aws https://prod.log.shortbread.aws.dev'
32-
]
28+
script: ['https://prod.assets.shortbread.aws.dev'],
29+
style: ['https://prod.assets.shortbread.aws.dev']
3330
},
3431
prod: {
3532
connect: [

0 commit comments

Comments
 (0)