fix: Hopefully fix subresource integrity
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f9664cad3f
commit
fae3cc2f90
@ -3,6 +3,7 @@
|
||||
"headers": {
|
||||
"Content-Security-Policy": "default-src 'self'; script-src 'self'; script-src-elem 'self'; script-src-attr 'none'; style-src * 'self'; img-src 'self' data:; font-src 'self'; connect-src 'none'; media-src 'self'; object-src 'none'; prefetch-src 'none'; child-src 'none'; frame-src 'none'; worker-src 'none'; frame-ancestors 'none'; form-action 'none'; upgrade-insecure-requests; block-all-mixed-content; disown-opener; sandbox; base-uri https://blog.polynom.me; manifest-src 'none'",
|
||||
"X-Frame-Options": "DENY",
|
||||
"Referrer-Policy": "no-referrer, strict-origin-when-cross-origin"
|
||||
"Referrer-Policy": "no-referrer, strict-origin-when-cross-origin",
|
||||
"Access-Control-Allow-Origin": "*"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user