Do not clear local storage on log out
This commit is contained in:
parent
cd99255698
commit
f1214f00d9
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class Auth::SessionsController < Devise::SessionsController
|
||||||
|
|
||||||
# Should be '"*"' but that doen't work in Chrome (neither does '"executionContexts"')
|
# Should be '"*"' but that doen't work in Chrome (neither does '"executionContexts"')
|
||||||
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data
|
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data
|
||||||
response.headers['Clear-Site-Data'] = '"cache", "cookies", "storage"'
|
response.headers['Clear-Site-Data'] = '"cache", "cookies"'
|
||||||
end
|
end
|
||||||
|
|
||||||
def continue_after?
|
def continue_after?
|
||||||
|
|
Loading…
Reference in a new issue