updated README.md
This commit is contained in:
parent
bb8b7ee359
commit
9c8025356f
2 changed files with 20 additions and 1 deletions
19
README.md
19
README.md
|
@ -1,3 +1,22 @@
|
||||||
# sp-magic.de
|
# sp-magic.de
|
||||||
|
|
||||||
Website for sp-magic.de
|
Website for sp-magic.de
|
||||||
|
|
||||||
|
[GitHub](https://github.com/samuel-p/sp-magic.de)
|
||||||
|
[GitLab](https://gitlab.com/samuel-p/sp-magic.de)
|
||||||
|
|
||||||
|
## Additional Header Parameters
|
||||||
|
|
||||||
|
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
|
||||||
|
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.
|
|
@ -73,7 +73,7 @@
|
||||||
class="fas fa-info-circle mr-2"></span>Impressum</a></div>
|
class="fas fa-info-circle mr-2"></span>Impressum</a></div>
|
||||||
<div class="ml-3"><a href="privacy.html"><span
|
<div class="ml-3"><a href="privacy.html"><span
|
||||||
class="fas fa-user-secret mr-2"></span>Datenschutz</a></div>
|
class="fas fa-user-secret mr-2"></span>Datenschutz</a></div>
|
||||||
<div class="ml-3"><a target="_blank" href="https://git.sp-codes.de/samuel-p/sp-codes.de"><span
|
<div class="ml-3"><a target="_blank" href="https://git.sp-codes.de/samuel-p/sp-magic.de"><span
|
||||||
class="fas fa-code mr-2"></span>Code</a></div>
|
class="fas fa-code mr-2"></span>Code</a></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue