From 92b1958181abb167de14f9dae3bfd737eb5e905c Mon Sep 17 00:00:00 2001 From: Michael Kohl Date: Wed, 12 Jan 2022 22:16:57 +0700 Subject: [PATCH] Remove IE-specific setting (#16073) --- config/application.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/application.rb b/config/application.rb index 1bad3aad0..7dd48c93b 100644 --- a/config/application.rb +++ b/config/application.rb @@ -40,10 +40,6 @@ module PracticalDeveloper config.action_controller.per_form_csrf_tokens = false ## Rails 6.0 - # Determines whether forms are generated with a hidden tag that forces older versions of Internet - # Explorer to submit forms encoded in UTF-8 - config.action_view.default_enforce_utf8 = true - # Enables writing cookies with the purpose metadata embedded. config.action_dispatch.use_cookies_with_metadata = false