From 39846a3531c29742c8dc698d8e58435739d31b7f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 29 Mar 2025 10:32:44 +0200 Subject: [PATCH] Remove `meta http-equiv="cache-control"` This is set in FTL to `no-cache, no-store, must-revalidate, private, max-age=0` so this is redundant Signed-off-by: XhmikosR --- scripts/lua/header.lp | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lua/header.lp b/scripts/lua/header.lp index a2130365..aab4dbd3 100644 --- a/scripts/lua/header.lp +++ b/scripts/lua/header.lp @@ -49,7 +49,6 @@ is_authenticated = mg.request_info.is_authenticated - Pi-hole <?=hostname?>