2016-10-28 19:41:45 +02:00
|
|
|
# sp-codes.de
|
|
|
|
|
2021-02-21 00:14:03 +01:00
|
|
|
Website for [sp-codes.de](https://sp-codes.de)
|
2019-12-21 23:04:24 +01:00
|
|
|
|
|
|
|
## Additional Header Parameters
|
|
|
|
|
|
|
|
The following Parameters are set directly on the Web-Server.
|
|
|
|
|
|
|
|
```
|
2023-12-07 02:22:51 +01:00
|
|
|
Content-Security-Policy: default-src 'none'; script-src 'self' https://umami.sp-codes.de; object-src 'none'; style-src 'self'; img-src 'self' https://status.sp-codes.de https://shields.sp-codes.de; media-src 'none'; frame-src 'none'; font-src 'self'; connect-src 'self' https://umami.sp-codes.de
|
2020-07-30 20:10:08 +02:00
|
|
|
Referrer-Policy: strict-origin-when-cross-origin
|
2019-12-21 23:04:24 +01:00
|
|
|
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
|
|
|
|
```
|
|
|
|
|
2020-07-26 19:53:33 +02:00
|
|
|
There is also a `301` Redirect from http to https.
|