We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62180d4 + 80da72a commit 06a7536Copy full SHA for 06a7536
lib/manageiq/session/abstract_store_adapter.rb
@@ -2,12 +2,11 @@ module ManageIQ
2
module Session
3
class AbstractStoreAdapter
4
def session_options
5
- session_options = {}
+ session_options = {:same_site => :strict}
6
7
if MiqEnvironment::Command.is_appliance?
8
session_options[:secure] = true unless ENV["ALLOW_INSECURE_SESSION"]
9
session_options[:httponly] = true
10
- session_options[:same_site] = true
11
end
12
13
session_options
0 commit comments