1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #33340 from ttanimichi/patch-1

[ci skip] `sanitizer_vendor` will be removed in Rails 6
This commit is contained in:
Rafael França 2018-07-12 14:51:01 -04:00 committed by GitHub
commit ac2ada3e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ module ActionView
attr_writer :full_sanitizer, :link_sanitizer, :white_list_sanitizer attr_writer :full_sanitizer, :link_sanitizer, :white_list_sanitizer
# Vendors the full, link and white list sanitizers. # Vendors the full, link and white list sanitizers.
# Provided strictly for compatibility and can be removed in Rails 5.1. # Provided strictly for compatibility and can be removed in Rails 6.
def sanitizer_vendor def sanitizer_vendor
Rails::Html::Sanitizer Rails::Html::Sanitizer
end end