forked from samuel-p/sp-codes.de
Merge pull request 'develop' (#22) from develop into master
Reviewed-on: samuel-p/sp-codes.de#22
This commit is contained in:
commit
c3943ed8a3
3 changed files with 11 additions and 3 deletions
|
@ -13,7 +13,7 @@ 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
|
||||
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
|
||||
|
|
|
@ -6,5 +6,13 @@
|
|||
"privacy": {
|
||||
"de": "Datenschutz",
|
||||
"en": "Privacy"
|
||||
},
|
||||
"code": {
|
||||
"de": "Code",
|
||||
"en": "Code"
|
||||
},
|
||||
"stats": {
|
||||
"de": "Statistiken",
|
||||
"en": "Stats"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -75,8 +75,8 @@ title: sp-codes
|
|||
<div class="d-flex justify-content-sm-start flex-wrap">
|
||||
<div class="mr-3"><a href="/{{locale}}/imprint"><span class="fas fa-info-circle mr-2"></span>{{strings.imprint[locale]}}</a></div>
|
||||
<div class="mr-3"><a href="/{{locale}}/privacy"><span class="fas fa-user-secret mr-2"></span>{{strings.privacy[locale]}}</a></div>
|
||||
<div class="mr-3"><a target="_blank" href="https://git.sp-codes.de/samuel-p/sp-codes.de"><span class="fas fa-code mr-2"></span>Code</a></div>
|
||||
<div><a target="_blank" href="https://plausible.sp-codes.de/sp-codes.de"><span class="fas fa-chart-line mr-2"></span>Stats</a></div>
|
||||
<div class="mr-3"><a target="_blank" href="https://git.sp-codes.de/samuel-p/sp-codes.de"><span class="fas fa-code mr-2"></span>{{strings.code[locale]}}</a></div>
|
||||
<div><a target="_blank" href="https://plausible.sp-codes.de/sp-codes.de"><span class="fas fa-chart-line mr-2"></span>{{strings.stats[locale]}}</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue