config: flip config.action_view.default_enforce_utf8

This prevents charset workaround on IE 8 and lower. We don't support
these browsers anyway, so we can flip the feature off.
This commit is contained in:
Pierre de La Morinerie 2020-07-13 17:28:40 +02:00
parent a1be888f7c
commit e8fa65f79d

View file

@ -7,7 +7,7 @@
# Read the Guide for Upgrading Ruby on Rails for more info on each option.
# Don't force requests from old versions of IE to be UTF-8 encoded.
# Rails.application.config.action_view.default_enforce_utf8 = false
Rails.application.config.action_view.default_enforce_utf8 = false
# Embed purpose and expiry metadata inside signed and encrypted
# cookies for increased security.