2021-03-11 19:13:27 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2020-07-02 01:45:43 +05:30
|
|
|
Rails.application.config.action_dispatch.cookies_serializer =
|
|
|
|
Gitlab::Utils.to_boolean(ENV['USE_UNSAFE_HYBRID_COOKIES']) ? :hybrid : :json
|