Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MWPW-140457 add *.adobe.io to frame-src for downloads #507

Merged
merged 2 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions acrobat/scripts/contentSecurityPolicy/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
'\'self\'',
'data:',
'blob:',
'*.adobe.com',
'*.amazonaws.com',
'*.blob.core.windows.net',
'9212252.fls.doubleclick.net',
Expand Down Expand Up @@ -255,4 +256,4 @@
';',
];

export default { childSrc, connectSrc, defaultSrc, fontSrc, formAction, frameSrc, imgSrc, manifestSrc, scriptSrc, styleSrc, workerSrc};

Check failure on line 259 in acrobat/scripts/contentSecurityPolicy/prod.js

View workflow job for this annotation

GitHub Actions / runner / eslint (18.x)

[eslint] reported by reviewdog 🐶 This line has a length of 135. Maximum allowed is 100. Raw Output: {"ruleId":"max-len","severity":2,"message":"This line has a length of 135. Maximum allowed is 100.","line":259,"column":1,"nodeType":"Program","messageId":"max","endLine":259,"endColumn":136}

Check failure on line 259 in acrobat/scripts/contentSecurityPolicy/prod.js

View workflow job for this annotation

GitHub Actions / runner / eslint (18.x)

[eslint] reported by reviewdog 🐶 Expected a line break after this opening brace. Raw Output: {"ruleId":"object-curly-newline","severity":2,"message":"Expected a line break after this opening brace.","line":259,"column":16,"nodeType":"ObjectExpression","messageId":"expectedLinebreakAfterOpeningBrace","endLine":259,"endColumn":17,"fix":{"range":[5676,5676],"text":"\n"}}

Check failure on line 259 in acrobat/scripts/contentSecurityPolicy/prod.js

View workflow job for this annotation

GitHub Actions / runner / eslint (18.x)

[eslint] reported by reviewdog 🐶 Expected a line break before this closing brace. Raw Output: {"ruleId":"object-curly-newline","severity":2,"message":"Expected a line break before this closing brace.","line":259,"column":134,"nodeType":"ObjectExpression","messageId":"expectedLinebreakBeforeClosingBrace","endLine":259,"endColumn":135,"fix":{"range":[5793,5793],"text":"\n"}}

Check failure on line 259 in acrobat/scripts/contentSecurityPolicy/prod.js

View workflow job for this annotation

GitHub Actions / runner / eslint (18.x)

[eslint] reported by reviewdog 🐶 A space is required before '}'. Raw Output: {"ruleId":"object-curly-spacing","severity":2,"message":"A space is required before '}'.","line":259,"column":134,"nodeType":"ObjectExpression","messageId":"requireSpaceBefore","endLine":259,"endColumn":135,"fix":{"range":[5793,5793],"text":" "}}

Check failure on line 259 in acrobat/scripts/contentSecurityPolicy/prod.js

View workflow job for this annotation

GitHub Actions / runner / eslint (18.x)

[eslint] reported by reviewdog 🐶 This line has a length of 135. Maximum allowed is 100. Raw Output: {"ruleId":"max-len","severity":2,"message":"This line has a length of 135. Maximum allowed is 100.","line":259,"column":1,"nodeType":"Program","messageId":"max","endLine":259,"endColumn":136}

Check failure on line 259 in acrobat/scripts/contentSecurityPolicy/prod.js

View workflow job for this annotation

GitHub Actions / runner / eslint (18.x)

[eslint] reported by reviewdog 🐶 Expected a line break after this opening brace. Raw Output: {"ruleId":"object-curly-newline","severity":2,"message":"Expected a line break after this opening brace.","line":259,"column":16,"nodeType":"ObjectExpression","messageId":"expectedLinebreakAfterOpeningBrace","endLine":259,"endColumn":17,"fix":{"range":[5676,5676],"text":"\n"}}

Check failure on line 259 in acrobat/scripts/contentSecurityPolicy/prod.js

View workflow job for this annotation

GitHub Actions / runner / eslint (18.x)

[eslint] reported by reviewdog 🐶 Expected a line break before this closing brace. Raw Output: {"ruleId":"object-curly-newline","severity":2,"message":"Expected a line break before this closing brace.","line":259,"column":134,"nodeType":"ObjectExpression","messageId":"expectedLinebreakBeforeClosingBrace","endLine":259,"endColumn":135,"fix":{"range":[5793,5793],"text":"\n"}}

Check failure on line 259 in acrobat/scripts/contentSecurityPolicy/prod.js

View workflow job for this annotation

GitHub Actions / runner / eslint (18.x)

[eslint] reported by reviewdog 🐶 A space is required before '}'. Raw Output: {"ruleId":"object-curly-spacing","severity":2,"message":"A space is required before '}'.","line":259,"column":134,"nodeType":"ObjectExpression","messageId":"requireSpaceBefore","endLine":259,"endColumn":135,"fix":{"range":[5793,5793],"text":" "}}
Loading