Content-Security-Policy Issue
-
hey guys,
i was implementing the Content-Security-Policy Header via the meta-tag. As soon I implement it in my index.php header, the calendar will show up mutliple times. And as soon I choose one of the months in the drop down menue, it will be displayed correctly. You can see the behaviour live on the linked website.My Content-Security-Policy meta-tag looks like:
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; connect-src 'self'; img-src 'none' https://myinternalpage.com; script-src 'self'; style-src 'self'; form-action 'self'; base-uri 'self'; font-src 'self'">
So my question is: are there any external ressources bound in in the scripts for the plugin?
hope anyone can help!
cheersThe page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Content-Security-Policy Issue’ is closed to new replies.