-
Notifications
You must be signed in to change notification settings - Fork 23
Description
https://en.internet.nl/site/www.workingornot.org/3182705/#
https://en.internet.nl/site/workingornot.org/3182706/
.htaccess content:
SetEnv no-gzip 1
Header always set Strict-Transport-Security "max-age=63072000"
Header set X-Content-Type-Options nosniff
Header set X-Xss-Protection "1; mode=block"
Header set Referrer-Policy same-origin
Header set X-Frame-Options SAMEORIGIN
Header set Content-Security-Policy "default-src 'none'; base-uri 'none'; frame-src 'self'; connect-src 'self'; form-action 'self'; font-src 'self' data: https://fonts.googleapis.com https://fonts.gstatic.com; frame-ancestors 'self'; img-src 'self' data:; object-src 'none'; script-src 'self'; style-src 'unsafe-inline' 'self' data:; style-src-elem 'self' 'unsafe-inline' data: https://fonts.googleapis.com;"
Header set Permissions-Policy geolocation=()
Options +Indexes
<If "! (%{HTTP_HOST} =~ /^www.workingornot.org$/)">
Redirect 302 / https://www.workingornot.org/
ErrorDocument 404 /404.html
Redirect 302 /.well-known/security.txt https://janwillemstegink.nl/.well-known/security.txt
With escaping of dots visible in an image:


