]> git.openstreetmap.org Git - rails.git/commitdiff
Default to not specifying media restrictions on stylesheet tags
authorTom Hughes <tom@compton.nu>
Mon, 21 Feb 2022 18:43:59 +0000 (18:43 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 21 Feb 2022 19:11:58 +0000 (19:11 +0000)
config/initializers/new_framework_defaults_7_0.rb

index e7aff2cfe6adb381b2403ef2c6cfcb61e426ba53..3a44fcd0042be0ebfb4adbbc5ef6ba0a4c8b7866 100644 (file)
@@ -14,7 +14,7 @@
 # Rails.application.config.action_view.button_to_generates_button_tag = true
 
 # `stylesheet_link_tag` view helper will not render the media attribute by default.
-Rails.application.config.action_view.apply_stylesheet_media_default = false
+Rails.application.config.action_view.apply_stylesheet_media_default = false
 
 # Change the digest class for the key generators to `OpenSSL::Digest::SHA256`.
 # Changing this default means invalidate all encrypted messages generated by