mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Retry a CSP hash
This commit is contained in:
parent
951fc5a8ed
commit
71a1f90a59
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
# $ echo -n "polygon {fill: #7d59dd;}@media (prefers-color-scheme: dark) {polygon {fill: #9c7bea;}}" | openssl dgst -sha256 -binary | openssl enc -base64
|
# $ echo -n "polygon {fill: #7d59dd;}@media (prefers-color-scheme: dark) {polygon {fill: #9c7bea;}}" | openssl dgst -sha256 -binary | openssl enc -base64
|
||||||
#
|
#
|
||||||
# Details on how this works: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src
|
# Details on how this works: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/style-src
|
||||||
Content-Security-Policy = "default-src 'self'; img-src *; script-src 'self' 'unsafe-eval'; style-src 'sha256-LBYRCm8plH1PNnz1FlahQzgfRJUayryYlxVEGFwsTNo=';"
|
Content-Security-Policy = "default-src 'self'; img-src *; script-src 'self' 'unsafe-eval'; style-src 'self' 'sha256-LBYRCm8plH1PNnz1FlahQzgfRJUayryYlxVEGFwsTNo=';"
|
||||||
X-Content-Type-Options = "nosniff"
|
X-Content-Type-Options = "nosniff"
|
||||||
# Firefox prefetch requires some cache-control to be set
|
# Firefox prefetch requires some cache-control to be set
|
||||||
# See https://bugzilla.mozilla.org/show_bug.cgi?id=1527334
|
# See https://bugzilla.mozilla.org/show_bug.cgi?id=1527334
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue