sp-codes.de/README.md

25 lines
931 B
Markdown
Raw Normal View History

2016-10-28 17:41:45 +00:00
# sp-codes.de
2020-06-01 19:44:08 +00:00
[![Build Status](https://ci.sp-codes.de/api/badges/samuel-p/sp-codes.de/status.svg)](https://ci.sp-codes.de/samuel-p/sp-codes.de)
2016-10-28 17:41:45 +00:00
Website for sp-codes.de
2019-12-21 22:04:24 +00:00
[GitHub](https://github.com/samuel-p/sp-codes.de)
[GitLab](https://gitlab.com/samuel-p/sp-codes.de)
## Additional Header Parameters
The following Parameters are set directly on the Web-Server.
```
2020-07-26 17:53:33 +00:00
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'
2019-12-21 22:04:24 +00:00
Referrer-Policy: same-origin
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 17:53:33 +00:00
There is also a `301` Redirect from http to https.