added plausible
added matrix profile updated footer
This commit is contained in:
parent
b01b32f742
commit
32d0b4b990
5 changed files with 52 additions and 14 deletions
|
@ -10,8 +10,8 @@ Website for sp-magic.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' https://img.shields.io; media-src 'none'; frame-src 'none'; font-src 'self'; connect-src 'self' https://plausible.sp-codes.de
|
||||
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
|
||||
|
@ -19,4 +19,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