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

CSP Level 3 changes - "Child-src" Deprecated, Replaced by "frame-src" that is undeprecated, and "worker-src" is added #17

Closed
PrinsFrank opened this issue Mar 21, 2018 · 2 comments

Comments

@PrinsFrank
Copy link

The CSP level 3 Editors draft specifies that child-src is now deprecated. Generally these "editor drafts" are what browsers use to implement from. The following changes are important:

"frame-src"

  • Was previously deprecated, is now undeprecated
  • Defers to "child-src" if not present, which in turn defers to "default-src" if not present

"worker-src"

  • Added to spec
  • Defers to "script-src" if not present, which in turn defers to "default-src" if not present

"child-src"

  • deprecated

I will research what changes are necessary and create a pull request shortly

@bepsvpt
Copy link
Owner

bepsvpt commented Apr 9, 2018

Hi @PrinsFrank,

I have release a new version that support CSP level 3, however, this is a breaking change upgrade. If you have encountered any problem in upgrade progress, open a new issue or reply in this issue and I will do my best to help you solve the problem.

@bepsvpt
Copy link
Owner

bepsvpt commented May 7, 2018

Closing due to inactivity. If you have any question, feel free to open a new issue with a reference to this one.

@bepsvpt bepsvpt closed this as completed May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants