Skip to content

Commit fb86db5

Browse files
authored
Remove meta http-equiv="cache-control" (#3353)
2 parents 8049d5f + 39846a3 commit fb86db5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/lua/header.lp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ is_authenticated = mg.request_info.is_authenticated
4949
<meta charset="utf-8">
5050
<!-- Usually browsers proactively perform domain name resolution on links that the user may choose to follow. We disable DNS prefetching here -->
5151
<meta http-equiv="x-dns-prefetch-control" content="off">
52-
<meta http-equiv="cache-control" content="max-age=60,private">
5352
<meta name="viewport" content="width=device-width, initial-scale=1">
5453

5554
<title>Pi-hole <?=hostname?></title>

0 commit comments

Comments
 (0)