Website for sp-codes.de https://www.sp-codes.de
Go to file
Samuel Philipp c3943ed8a3
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'develop' (#22) from develop into master
Reviewed-on: #22
2020-07-30 22:00:15 +00:00
src updated strings 2020-07-30 20:39:33 +02:00
.drone.yml updated .drone.yml 2020-07-18 01:34:31 +02:00
.eleventy.js restructured project (closes #5) 2020-07-27 17:41:08 +02:00
.gitignore fixed #14 and some other spelling issues 2020-07-18 01:19:34 +02:00
package.json Merge remote-tracking branch 'origin/develop' into develop 2020-07-27 17:41:16 +02:00
README.md updated referrer policy 2020-07-30 20:10:08 +02:00
renovate.json added renovate.json and package.json 2020-07-03 17:34:36 +02:00

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: strict-origin-when-cross-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.