feat: Implement rio's new rio.json
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
b6dea7dc55
commit
4f6e53aa14
5
.gitignore
vendored
5
.gitignore
vendored
@ -5,4 +5,7 @@ result
|
|||||||
public/
|
public/
|
||||||
|
|
||||||
# Generated using tailwindcss
|
# Generated using tailwindcss
|
||||||
static/css/index.css
|
static/css/index.css
|
||||||
|
|
||||||
|
# Zola build output
|
||||||
|
public/
|
8
static/rio.json
Normal file
8
static/rio.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"CNAME": "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://polynom.me; manifest-src 'none'",
|
||||||
|
"X-Frame-Options": "DENY",
|
||||||
|
"Referrer-Policy": "no-referrer, strict-origin-when-cross-origin"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user