Compare commits

..

3 Commits

Author SHA1 Message Date
1ac1d00b5c feat: Implement rio's new rio.json
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-02-03 17:02:24 +01:00
da581713b6 fix: Fix CNAME file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-13 17:44:04 +01:00
2d0601a59e fix: Add missing CNAME file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-01-13 17:39:47 +01:00
3 changed files with 13 additions and 4 deletions

8
.gitignore vendored
View File

@@ -1,8 +1,8 @@
# NixOS
result
.envrc
.direnv/
.jekyll-cache/
_site/
assets/css/index.css
# Build artifacts
static/css/index.css
public/

1
static/CNAME Normal file
View File

@@ -0,0 +1 @@
moxxy.org

8
static/rio.json Normal file
View File

@@ -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"
}
}