blog(CSP): allow load scripts from unpkg
All checks were successful
ci/woodpecker/push/woodpecker.exo Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker.exo Pipeline was successful
This commit is contained in:
parent
0bb37f1eac
commit
f5b6534c54
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ http://blog.xtexx.eu.org http://xtexblog.exozy.me {
|
|||
base-uri 'self';
|
||||
frame-ancestors 'none';
|
||||
form-action 'self';
|
||||
script-src 'self';
|
||||
script-src 'self' https://unpkg.com;
|
||||
style-src 'self' https://unpkg.com;
|
||||
object-src 'none';
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue