Skip to content

Commit

Permalink
Merge pull request #506 from adobecom/MWPW-139699
Browse files Browse the repository at this point in the history
MWPW-139059 Issue with styling and privacy string
  • Loading branch information
TsayAdobe authored Dec 14, 2023
2 parents 8cbe699 + a9c4930 commit 4347fab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acrobat/scripts/contentSecurityPolicy/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const frameSrc = [
'accounts.google.com',
'adobe.demdex.net',
'bid.g.doubleclick.net',
'td.doubleclick.net',
'commerce-stg.adobe.com',
'dc-api-dev.adobecontent.io',
'dc.dev.dexilab.acrobat.com',
Expand All @@ -115,6 +116,7 @@ const imgSrc = [
'blob:',
'data:',
'*.clarity.ms',
'*.enterprise.adobe.com',
'*.services.adobe.com',
'alb.reddit.com/rp.gif',
'bat.bing.com/action/',
Expand Down Expand Up @@ -163,6 +165,7 @@ const manifestSrc = [

const scriptSrc = [
'\'self\'',
'\'unsafe-inline\'',
'\'unsafe-eval\'',
'*.adobe.com',
'*.clarity.ms',
Expand Down
3 changes: 3 additions & 0 deletions acrobat/scripts/contentSecurityPolicy/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const frameSrc = [
'acrobat.adobe.com',
'adobe.demdex.net',
'bid.g.doubleclick.net',
'td.doubleclick.net',
'commerce.adobe.com',
'dc-api.adobecontent.io',
'documentcloud.adobe.com',
Expand All @@ -108,6 +109,7 @@ const imgSrc = [
'blob:',
'data:',
'*.clarity.ms',
'*.enterprise.adobe.com',
'*.services.adobe.com',
'alb.reddit.com/rp.gif',
'analytics.twitter.com/',
Expand Down Expand Up @@ -160,6 +162,7 @@ const manifestSrc = [

const scriptSrc = [
'\'self\'',
'\'unsafe-inline\'',
'\'unsafe-eval\'',
'*.adobe.com',
'*.clarity.ms',
Expand Down
3 changes: 3 additions & 0 deletions acrobat/scripts/contentSecurityPolicy/stage.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const frameSrc = [
'accounts.google.com',
'adobe.demdex.net',
'bid.g.doubleclick.net',
'td.doubleclick.net',
'commerce-stg.adobe.com',
'dc-api-stage.adobecontent.io',
'dc-api.adobecontent.io',
Expand All @@ -118,6 +119,7 @@ const imgSrc = [
'data:',
'*.adobe.com',
'*.clarity.ms',
'*.enterprise.adobe.com',
'*.services.adobe.com',
'alb.reddit.com/rp.gif',
's.tgm.yahoo-net.jp',
Expand Down Expand Up @@ -169,6 +171,7 @@ const manifestSrc = [

const scriptSrc = [
'\'self\'',
'\'unsafe-inline\'',
'\'unsafe-eval\'',
'*.adobe.com',
'*.clarity.ms',
Expand Down

0 comments on commit 4347fab

Please sign in to comment.