From d2b3c92e81efbba7ec62395ed5203d819c75d74a Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 19 Aug 2025 10:05:42 +0200 Subject: [PATCH] [fix] move initial "JS is enabled?" (no-js) to client side To avoid an `unsafe-inline` in the CSP header, the JS code must be moved to the client side [1]. The ` {% block meta %}{% endblock %} {% if rtl %} @@ -19,11 +20,6 @@ {% if get_setting('server.limiter') or get_setting('server.public_instance') %} {% endif %} - {% block head %} {% endblock %} @@ -83,6 +79,5 @@ {% endfor %}

-