Merge pull request #272 from naturallaw777/copilot/fix-clear-site-data-header

Preserve Hub login session on `sovransystemsos.local` by narrowing `Clear-Site-Data`
This commit is contained in:
Sovran_Systems
2026-04-17 17:57:21 -05:00
committed by GitHub

View File

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