From 0eb7205c85bbebba2516fc6647ca6c72067d6b14 Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Fri, 6 Feb 2026 18:15:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20:=20add=20strict-transport-secur?= =?UTF-8?q?ity=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Caddyfile b/Caddyfile index bdc6421..8c7c5f8 100644 --- a/Caddyfile +++ b/Caddyfile @@ -5,4 +5,8 @@ file_server { precompressed } +header { + Strict-Transport-Security: max-age=63072000 +} + encode \ No newline at end of file -- 2.51.2