Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnutt/redact-rack

Redact words from your ******* rack app
https://github.com/mnutt/redact-rack

Last synced: about 2 months ago
JSON representation

Redact words from your ******* rack app

Awesome Lists containing this project

README

        

redact-rack: automatically redact words on your website

Rails usage:

# config/environment.html
config.middleware.use "Rack::Redact", YAML::load_file("#{RAILS_ROOT}/config/redacted.yml")

It takes one argument, an array of words to censor.