Temporarily allow insecure cookies
This commit is contained in:
parent
278faa7319
commit
1fb6c483ed
@ -59,7 +59,7 @@ class ApplicationController < ActionController::Base
|
||||
def set_csrf_cookie
|
||||
cookies['csrf-token'] = {
|
||||
value: form_authenticity_token,
|
||||
secure: Rails.env.production?,
|
||||
secure: false,
|
||||
same_site: :strict
|
||||
}
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user