feat: Implement rio's new rio.json
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
PapaTutuWawa 2024-02-03 16:59:41 +01:00
parent bf9eadd3f6
commit f9664cad3f
2 changed files with 12 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,2 +1,5 @@
# Generated using tailwindcss
static/css/index.css
static/css/index.css
# Zola build output
public/

8
static/rio.json Normal file
View File

@ -0,0 +1,8 @@
{
"CNAME": "blog.polynom.me",
"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"
}
}