added plausible
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

added matrix profile
updated footer
This commit is contained in:
Samuel Philipp 2020-08-02 19:34:46 +02:00
parent b01b32f742
commit 32d0b4b990
5 changed files with 52 additions and 14 deletions

View file

@ -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.