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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user