This commit is contained in:
parent
30eeec8d06
commit
b503c4ba29
1 changed files with 4 additions and 2 deletions
|
@ -12,8 +12,10 @@ Website for samuel-philipp.de
|
||||||
The following Parameters are set directly on the Web-Server.
|
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'
|
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'
|
||||||
Strict-Transport-Security: max-age=63072000; includeSubdomains; preload
|
Referrer-Policy: same-origin
|
||||||
|
Feature-Policy: sync-xhr 'self'
|
||||||
|
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
X-Frame-Options: DENY
|
X-Frame-Options: DENY
|
||||||
X-XSS-Protection: 1; mode=block
|
X-XSS-Protection: 1; mode=block
|
||||||
|
|
Loading…
Reference in a new issue