Skip to content

Commit

Permalink
[TAN-3184] Use the 7.0 default for active_support.use_rfc4122_namespa…
Browse files Browse the repository at this point in the history
…ced_uuids
  • Loading branch information
adessy committed Dec 19, 2024
1 parent d3bb3f4 commit a289003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/config/initializers/new_framework_defaults_7_0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#
# See https://guides.rubyonrails.org/configuring.html#config-active-support-use-rfc4122-namespaced-uuids for
# more information.
# Rails.application.config.active_support.use_rfc4122_namespaced_uuids = true
Rails.application.config.active_support.use_rfc4122_namespaced_uuids = true

# Change the default headers to disable browsers' flawed legacy XSS protection.
Rails.application.config.action_dispatch.default_headers = {
Expand Down

0 comments on commit a289003

Please sign in to comment.