Skip to content

Commit

Permalink
fixed security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhilash V committed Mar 21, 2022
1 parent f485c99 commit b067372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/new_framework_defaults_7_0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
# If you have configured the serializer elsewhere, you can remove this.
#
# See https://guides.rubyonrails.org/action_controller_overview.html#cookies for more information.
Rails.application.config.action_dispatch.cookies_serializer = :hybrid
Rails.application.config.action_dispatch.cookies_serializer = :json

# Enable parameter wrapping for JSON.
# Previously this was set in an initializer. It's fine to keep using that initializer if you've customized it.
Expand Down

0 comments on commit b067372

Please sign in to comment.