Commit eca4f08d authored by nmilojevic1's avatar nmilojevic1 Committed by Nikola Milojevic

Fix lint errors

parent b296c289
...@@ -20,8 +20,8 @@ cookie_key = if Rails.env.development? ...@@ -20,8 +20,8 @@ cookie_key = if Rails.env.development?
end end
store = Gitlab::Redis::Sessions.store( store = Gitlab::Redis::Sessions.store(
namespace: Gitlab::Redis::Sessions::SESSION_NAMESPACE namespace: Gitlab::Redis::Sessions::SESSION_NAMESPACE
) )
Gitlab::Application.config.session_store( Gitlab::Application.config.session_store(
:redis_store, # Using the cookie_store would enable session replay attacks. :redis_store, # Using the cookie_store would enable session replay attacks.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment