mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
Revert "DEV: Migrate existing cookies to Rails 7 format"
This reverts commit 66e8fe9cc63b86ce83b380a2c9563723affefffa as it unexpectedly caused some users to be logged out. We are investigating the problem.
This commit is contained in:

committed by
Loïc Guitaut

parent
66e8fe9cc6
commit
4093fc6074
@ -25,7 +25,7 @@ Rails.application.config.action_view.apply_stylesheet_media_default = false
|
||||
#
|
||||
# See upgrading guide for more information on how to build a rotator.
|
||||
# https://guides.rubyonrails.org/v7.0/upgrading_ruby_on_rails.html
|
||||
Rails.application.config.active_support.key_generator_hash_digest_class = OpenSSL::Digest::SHA256
|
||||
# Rails.application.config.active_support.key_generator_hash_digest_class = OpenSSL::Digest::SHA256
|
||||
|
||||
# Change the digest class for ActiveSupport::Digest.
|
||||
# Changing this default means that for example Etags change and
|
||||
|
Reference in New Issue
Block a user