This extension is part of the Rack::Protection project. Run gem install rack-protection to have it available.
- Prevented attack
-
XSS
- Supported browsers
-
all
- More infos
- </dl>
- escape
-
What escaping modes to use, should be Symbol or Array of Symbols. Available: :html (default), :javascript, :url
</dl>
Automatically escapes Rack::Request#params so they can be embedded in HTML or JavaScript without any further issues.
Options: