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

Duplicate worker-src policies under child-src #1281

Conversation

bearcthulhu
Copy link
Contributor

@bearcthulhu bearcthulhu commented Oct 8, 2021

Safari does not have support for worker-src and will fall back to child-src

This is to address #1177

support for worker-src and will fall back to child-src
@melMass
Copy link
Collaborator

melMass commented Oct 9, 2021

Can this be merged please 🙏?

@crzypatchwork crzypatchwork merged commit 3b03115 into hicetnunc2000:main Oct 10, 2021
Copy link
Contributor

@clayheaton clayheaton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that the comma on this line is misplaced and breaks minting.

@@ -138,7 +138,9 @@ export function injectCSPMetaTagIntoHTML(html) {
frame-src
'self';
child-src
'self';
'self',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there should not be a comma on this line

@clayheaton
Copy link
Contributor

Since this was already merged, I created another pull request to remove the comma.

#1292

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants