Sha256: 5ece336f4117cd395222fa593aef76bb7e80f13735c24ef77b3c8d845aee05a4
Contents?: true
Size: 869 Bytes
Versions: 4
Compression:
Stored size: 869 Bytes
Contents
# InvalidUtf8Rejector [](https://travis-ci.org/alext/invalid_utf8_rejector) Simple Rack middleware that rejects requests containing invalid UTF-8 byte sequences in their path or query params. ## Installation Add this line to your application's Gemfile: gem 'invalid_utf8_rejector' And then execute: $ bundle Or install it yourself as: $ gem install invalid_utf8_rejector ## Usage If you are using Rails, the middleware will automatically be inserted. If not, you will need to manually insert it into your middleware stack. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
invalid_utf8_rejector-0.0.4 | README.md |
invalid_utf8_rejector-0.0.3 | README.md |
invalid_utf8_rejector-0.0.2 | README.md |
invalid_utf8_rejector-0.0.1 | README.md |