From fae3cc2f905950bb092b6aac21596a6b2a5befcc Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 3 Feb 2024 17:16:38 +0100 Subject: [PATCH] fix: Hopefully fix subresource integrity --- static/rio.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/rio.json b/static/rio.json index ca5e2bf..54825d4 100644 --- a/static/rio.json +++ b/static/rio.json @@ -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": "*" } } \ No newline at end of file