sp-magic.de/README.md
Samuel Philipp 9c8025356f
All checks were successful
continuous-integration/drone/push Build is passing
fixed source link
updated README.md
2019-12-19 23:05:56 +01:00

22 lines
689 B
Markdown

# sp-magic.de
Website for sp-magic.de
[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.
```
Content-Security-Policy: default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; font-src 'self'; frame-ancestors 'none'; base-uri 'self'; form-action 'none'
Referrer-Policy: same-origin
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.