Do not clear local storage on log out

This commit is contained in:
Thibaut Girka 2018-09-11 17:00:22 +02:00
parent cd99255698
commit f1214f00d9
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class Auth::SessionsController < Devise::SessionsController
# 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
response.headers['Clear-Site-Data'] = '"cache", "cookies", "storage"'
response.headers['Clear-Site-Data'] = '"cache", "cookies"'
end
def continue_after?