Do not clear local storage on log out
parent
cd99255698
commit
f1214f00d9
|
@ -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 New Issue