method
sanitized_uri_attributes=
v2.3.8 -
Show latest stable
- Class:
ActionView::Helpers::SanitizeHelper::ClassMethods
sanitized_uri_attributes=(attributes)public
Adds valid HTML attributes that the sanitize helper checks for URIs.
Rails::Initializer.run do |config| config.action_view.sanitized_uri_attributes = 'lowsrc', 'target' end