Merge pull request #149 from naturallaw777/copilot/add-cache-busting-headers

[WIP] Add cache-busting and data-clearing HTTP headers
This commit is contained in:
Sovran_Systems
2026-04-08 09:52:40 -05:00
committed by GitHub
2 changed files with 20 additions and 0 deletions

View File

@@ -162,6 +162,12 @@ EOF
http://sovransystemsos.local {
reverse_proxy localhost:8937
header {
Clear-Site-Data "\"cache\", \"cookies\", \"storage\""
Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Pragma "no-cache"
Expires "0"
}
}
EOF