Content-Security-Policy HTTP header directive issues #1017
Unanswered
TheJessieKirk
asked this question in
Q&A
Replies: 1 comment
-
If I recall how this header works, you may need to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I declare a
Content-Security-Policy header
with the directivechild-src: *
,child-src: 'self'
orchild-src: 'none'
, this results in an Anubis calculation error.I'm confused why all three values of
child-src
would cause this. Any thoughts of what could be going on?I'm using Apache2 or Ubuntu Server Plucky Puffin. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions