Website for sp-codes.de https://www.sp-codes.de
Go to file
Samuel Philipp 0780afbb2e
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
updated csp
added stats icon
2020-07-26 19:53:33 +02:00
img added services template 2020-06-04 00:04:32 +02:00
scss added beta flag for services 2020-07-03 19:38:24 +02:00
sites updated csp 2020-07-26 19:53:33 +02:00
.drone.yml updated .drone.yml 2020-07-18 01:34:31 +02:00
.eleventy.js major refactoring 2020-06-26 00:26:36 +02:00
.gitignore fixed #14 and some other spelling issues 2020-07-18 01:19:34 +02:00
README.md updated csp 2020-07-26 19:53:33 +02:00
package.json Update dependency browser-sync to ^2.26.10 2020-07-18 02:04:21 +00:00
renovate.json added renovate.json and package.json 2020-07-03 17:34:36 +02:00

README.md

sp-codes.de

Build Status

Website for sp-codes.de

GitHub GitLab

Additional Header Parameters

The following Parameters are set directly on the Web-Server.

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: 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

There is also a 301 Redirect from http to https.