1
1
Fork 0

blog(CSP): allow load scripts from unpkg
All checks were successful
ci/woodpecker/push/woodpecker.exo Pipeline was successful

This commit is contained in:
xtex 2024-05-01 21:37:30 +08:00
parent 0bb37f1eac
commit f5b6534c54
Signed by: xtex
GPG key ID: B918086ED8045B91

View file

@ -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';
"