Skip to content

Commit

Permalink
Merge pull request #660 from peller/fedcm-csp
Browse files Browse the repository at this point in the history
AWPLG-4630: Add support for Google YOLO and FEDCM
  • Loading branch information
TsayAdobe authored May 28, 2024
2 parents d999d35 + 976649e commit 0bd4287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions acrobat/scripts/contentSecurityPolicy/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const connectSrc = [
'*.clicktale.net/',
'*.mktoresp.com',
'tag-logger.demandbase.com',
'accounts.google.com/gsi/log',
'accounts.google.com/gsi/status',
'accounts.google.com/gsi/',
'adobe.tt.omtrdc.net',
'adobeioruntime.net',
'analytics.tiktok.com',
Expand Down
4 changes: 1 addition & 3 deletions acrobat/scripts/contentSecurityPolicy/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const connectSrc = [
'*.blob.core.windows.net',
'*.mktoresp.com',
'tag-logger.demandbase.com',
'accounts.google.com/gsi/log',
'accounts.google.com/gsi/status',
'accounts.google.com/gsi/',
'acom-reviews--adobe.hlx.live/reviews-api/',
'ade0164.d41.co/',
'adobe.tt.omtrdc.net',
Expand Down Expand Up @@ -55,7 +54,6 @@ const defaultSrc = [
'acrobat.adobe.com',
'auth.services.adobe.com',
'documentcloud.adobe.com',
'acrobat.adobe.com',
';',
];

Expand Down
3 changes: 1 addition & 2 deletions acrobat/scripts/contentSecurityPolicy/stage.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const connectSrc = [
'*.clicktale.net/',
'*.mktoresp.com',
'tag-logger.demandbase.com',
'accounts.google.com/gsi/log',
'accounts.google.com/gsi/status',
'accounts.google.com/gsi/',
'acom-reviews--adobe.hlx.live/reviews-api/',
'ade0164.d41.co/',
'adobe.tt.omtrdc.net',
Expand Down

0 comments on commit 0bd4287

Please sign in to comment.