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:
parent
a1be888f7c
commit
e8fa65f79d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue