From 1ac1d00b5c1c0510ec791d7d7854da0a334d707a Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 3 Feb 2024 17:02:24 +0100 Subject: [PATCH] feat: Implement rio's new rio.json --- static/rio.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 static/rio.json diff --git a/static/rio.json b/static/rio.json new file mode 100644 index 0000000..b9ff511 --- /dev/null +++ b/static/rio.json @@ -0,0 +1,8 @@ +{ + "CNAME": "moxxy.org", + "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://moxxy.org; manifest-src 'none'", + "X-Frame-Options": "DENY", + "Referrer-Policy": "no-referrer, strict-origin-when-cross-origin" + } +} \ No newline at end of file