Update common.html to remove data collection w/o auth

This commit is contained in:
Webysther Sperandio 2025-04-02 23:18:43 +02:00 committed by GitHub
parent eadde46c7f
commit 078b784b79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,9 +39,6 @@
<!-- Bootstrap Icons --> <!-- Bootstrap Icons -->
<link rel="stylesheet" th:href="@{'/css/bootstrap-icons.min.css'}"> <link rel="stylesheet" th:href="@{'/css/bootstrap-icons.min.css'}">
<!-- Pixel, doesn't collect any PII-->
<img referrerpolicy="no-referrer-when-downgrade" src="https://pixel.stirlingpdf.com/a.png?x-pxid=4f5fa02f-a065-4efb-bb2c-24509a4b6b92" style="position: absolute; visibility: hidden;"/>
<!-- Custom --> <!-- Custom -->
<link rel="stylesheet" th:href="@{'/css/general.css'}"> <link rel="stylesheet" th:href="@{'/css/general.css'}">
@ -258,4 +255,4 @@
</div> </div>
</div> </div>
<script th:src="@{'/js/fileInput.js'}" type="module"></script> <script th:src="@{'/js/fileInput.js'}" type="module"></script>
</th:block> </th:block>