updated footer (closes #9)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
added plausible updated header params added dev deploy
This commit is contained in:
parent
670b0f1a44
commit
631f8bd4b0
4 changed files with 97 additions and 51 deletions
|
@ -12,8 +12,8 @@ Website for samuel-philipp.de
|
|||
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
|
||||
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; require-trusted-types-for 'script'
|
||||
Referrer-Policy: strict-origin-when-cross-origin
|
||||
Feature-Policy: sync-xhr 'self'
|
||||
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
||||
X-Content-Type-Options: nosniff
|
||||
|
@ -21,4 +21,4 @@ X-Frame-Options: DENY
|
|||
X-XSS-Protection: 1; mode=block
|
||||
```
|
||||
|
||||
There is also a `301` Redirect from http to https.
|
||||
There is also a `301` Redirect from http to https.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue