This commit is contained in:
parent
f5b6534c54
commit
ee3c19d160
2 changed files with 4 additions and 1 deletions
|
@ -65,7 +65,7 @@ default-src 'self';
|
|||
base-uri 'self';
|
||||
frame-ancestors 'none';
|
||||
form-action 'self';
|
||||
script-src 'self';
|
||||
script-src 'self' https://plausible.exozy.me;
|
||||
style-src 'self' https://unpkg.com;
|
||||
object-src 'none';
|
||||
"
|
||||
|
|
|
@ -29,4 +29,7 @@
|
|||
|
||||
<!-- WebMention -->
|
||||
<link rel="webmention" href="https://webmention.io/xtexx.eu.org_indieauth/webmention" />
|
||||
|
||||
<!-- Plausible -->
|
||||
<script defer data-domain="xtexx.eu.org" src="https://plausible.exozy.me/js/script.js"></script>
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in a new issue