From f582b92e2b8e2a301380e420794e71200f0dbdfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Wed, 29 Oct 2025 14:46:50 +0100 Subject: feat(security): set headers --- frontend/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/index.ts') diff --git a/frontend/index.ts b/frontend/index.ts index b970e5f..d3c974f 100644 --- a/frontend/index.ts +++ b/frontend/index.ts @@ -1,6 +1,7 @@ import htmx from "htmx.org"; htmx.config.historyRestoreAsHxRequest = false; +htmx.config.includeIndicatorStyles = false; function setupAnchors() { document.querySelectorAll("a").forEach((e) => { -- cgit v1.2.3