Content Security Policy Settings
-
I can’t seem to figure out how to set CSP policy settings for external ANYTHING.
For example, I have a script:
https://use.typekit.net/abcdefg.js
Under Script-Src I have set:
‘self’
‘unsafe-inline’
‘unsafe-eval’
filesystem:None of the following works:
https://use.typekit.net/*
https://use.typekit.net/
https://use.typekit.net
https://use.typekit.net/*.js
https://use.typekit.net/abcdefg.jsHow on earth am I supposed to set this up to allow external scripts? And then, how do I set it up to accept multiple different ones? Such as a fontawesome script.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Content Security Policy Settings’ is closed to new replies.