diff --git a/html/_headers b/html/_headers new file mode 100644 index 0000000..4b2570d --- /dev/null +++ b/html/_headers @@ -0,0 +1,10 @@ +/* + Strict-Transport-Security: max-age=31536000; includeSubDomains; preload + X-Frame-Options: DENY + X-XSS-Protection: 1; mode=block + Referrer-Policy: no-referrer + X-Content-Type-Options: nosniff + Access-Control-Allow-Origin: https://oe7drt.at + # Access-Control-Allow-Origin: https://oe7drt.at https://api.staticman.net + # Access-Control-Allow-Origin: "*" + # Content-Security-Policy: default-src 'none'; object-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; font-src 'self'; diff --git a/html/_redirects b/html/_redirects new file mode 100644 index 0000000..249c765 --- /dev/null +++ b/html/_redirects @@ -0,0 +1,18 @@ +# Optional: Redirect default Netlify subdomain to primary domain +https://oe7drt.netlify.com/* https://oe7drt.at/:splat 301! +http://oe7drt.netlify.com/* https://oe7drt.at/:splat 301! + +# ---------------------------------------------------------------------- +# Sitemap redirects +# ---------------------------------------------------------------------- + +#/sitemap.xml.gz /sitemap.xml 301 + +# ---------------------------------------------------------------------- +# Feed redirects +# ---------------------------------------------------------------------- + +#/atom /atom.xml 301 +#/rss /atom.xml 301 +#/feed.xml /atom.xml 301 +#/til.xml /notes.xml 301 diff --git a/html/humans.txt b/html/humans.txt new file mode 100644 index 0000000..ba9e229 --- /dev/null +++ b/html/humans.txt @@ -0,0 +1,12 @@ +--- +--- + Site Owner: Dominic Reich, OE7DRT + Location: JN57LB + + This is a redirect. It consists of one html file. + And some for setting up the hosting server... + + Last updated: {{ site.time }} + Language: German + Built with: Sublime Text 3 + Netlify CI