sp-magic.de/README.md

23 lines
784 B
Markdown
Raw Normal View History

2016-10-28 17:59:56 +00:00
# sp-magic.de
Website for sp-magic.de
2019-12-19 22:05:56 +00:00
[GitHub](https://github.com/samuel-p/sp-magic.de)
[GitLab](https://gitlab.com/samuel-p/sp-magic.de)
## Additional Header Parameters
The following Parameters are set directly on the Web-Server.
```
2020-08-09 14:20:11 +00:00
Content-Security-Policy: default-src 'none'; script-src 'self' https://plausible.sp-codes.de; object-src 'none'; style-src 'self'; img-src 'self'; media-src 'none'; frame-src 'none'; font-src 'self'; connect-src 'self' https://plausible.sp-codes.de
Referrer-Policy: strict-origin-when-cross-origin
2019-12-19 22:05:56 +00:00
Feature-Policy: sync-xhr 'self'
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
```
There is also a `301` Redirect from http to https.