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 <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-03-29 10:32:44 +02:00
committed by GitHub
parent 409ab0a7e4
commit 39846a3531

View File

@@ -49,7 +49,6 @@ is_authenticated = mg.request_info.is_authenticated
<meta charset="utf-8">
<!-- Usually browsers proactively perform domain name resolution on links that the user may choose to follow. We disable DNS prefetching here -->
<meta http-equiv="x-dns-prefetch-control" content="off">
<meta http-equiv="cache-control" content="max-age=60,private">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pi-hole <?=hostname?></title>