Skip to content

Commit

Permalink
Merge pull request #902 from adobecom/MWPW-161240
Browse files Browse the repository at this point in the history
MWPW-161240 Add CSP script source
  • Loading branch information
TsayAdobe authored Nov 22, 2024
2 parents 1cdc3e2 + ce777e7 commit 9560e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions acrobat/scripts/contentSecurityPolicy/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ const scriptSrc = [
'*.hlx.page',
'*.hlx.live',
'tr.snapchat.com',
'sha256-XZLMiKjK7kZsMSJR/aV6U3pMxjqlvU6v3tJSIimxjHs=',
';',
];

Expand Down
1 change: 1 addition & 0 deletions acrobat/scripts/contentSecurityPolicy/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ const scriptSrc = [
'rum.hlx.page',
'tr.snapchat.com',
'api.demandbase.com/api/v3',
'sha256-XZLMiKjK7kZsMSJR/aV6U3pMxjqlvU6v3tJSIimxjHs=',
';',
];

Expand Down
1 change: 1 addition & 0 deletions acrobat/scripts/contentSecurityPolicy/stage.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ const scriptSrc = [
's.yimg.jp',
'yjtag.yahoo.co.jp',
'tr.snapchat.com',
'sha256-XZLMiKjK7kZsMSJR/aV6U3pMxjqlvU6v3tJSIimxjHs=',
';',
];

Expand Down

0 comments on commit 9560e36

Please sign in to comment.