diff options
| author | William Hergès <william@herges.fr> | 2025-10-29 14:46:50 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-29 14:46:50 +0100 |
| commit | f582b92e2b8e2a301380e420794e71200f0dbdfa (patch) | |
| tree | a21462dac06b618f67062bb7050a2657d2a7fd18 /frontend/index.ts | |
| parent | 8be00c8b9915a91ee57ff6125962f2dccdad1a6f (diff) | |
feat(security): set headers
Diffstat (limited to 'frontend/index.ts')
| -rw-r--r-- | frontend/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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) => { |
