updated README.md and index.html
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7ccf9d623b
commit
5038b7717d
2 changed files with 22 additions and 3 deletions
19
README.md
19
README.md
|
@ -1,3 +1,22 @@
|
|||
# sp-codes.de
|
||||
|
||||
Website for sp-codes.de
|
||||
|
||||
[GitHub](https://github.com/samuel-p/sp-codes.de)
|
||||
[GitLab](https://gitlab.com/samuel-p/sp-codes.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.
|
Loading…
Add table
Add a link
Reference in a new issue