Fix script SHA
parent
5c2d411109
commit
2245464d76
|
@ -36,7 +36,7 @@
|
||||||
img-src 'self' https://stats.mat.services;
|
img-src 'self' https://stats.mat.services;
|
||||||
style-src 'self' 'unsafe-inline';
|
style-src 'self' 'unsafe-inline';
|
||||||
font-src 'self';
|
font-src 'self';
|
||||||
script-src 'sha256-KDj0LcqvPQix5/o5gD5dzfdm2t3wY98tSeLh9+C/Dm4=' 'strict-dynamic';
|
script-src 'sha256-a8rh6u3maZ6JiY6w6zsLlw9OUQf2tFPUX3t1/BV+RKc=' 'strict-dynamic';
|
||||||
form-action 'none';
|
form-action 'none';
|
||||||
frame-ancestors 'none';
|
frame-ancestors 'none';
|
||||||
base-uri 'none';
|
base-uri 'none';
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<p id="copyright">
|
<p id="copyright">
|
||||||
© 2022 mat ess.
|
© 2022 mat ess.
|
||||||
</p>
|
</p>
|
||||||
<script data-goatcounter="https://stats.mat.services/count" async src="//stats.mat.services/count.js" crossorigin integrity="sha256-KDj0LcqvPQix5/o5gD5dzfdm2t3wY98tSeLh9+C/Dm4="></script>
|
<script data-goatcounter="https://stats.mat.services/count" async src="//stats.mat.services/count.js" crossorigin integrity="sha256-a8rh6u3maZ6JiY6w6zsLlw9OUQf2tFPUX3t1/BV+RKc="></script>
|
||||||
<noscript>
|
<noscript>
|
||||||
{%- set current_path = current_path | default(value="/") %}
|
{%- set current_path = current_path | default(value="/") %}
|
||||||
<img id=pixel src="https://stats.mat.services/count?p={{ current_path | safe }}">
|
<img id=pixel src="https://stats.mat.services/count?p={{ current_path | safe }}">
|
||||||
|
|
Loading…
Reference in New Issue