diff options
| author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2017-11-27 17:14:20 +0530 |
|---|---|---|
| committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2017-11-27 17:14:20 +0530 |
| commit | 9c10fec4c06da38f8975dfb851f4d899aa85f8b7 (patch) | |
| tree | de96fe4900f9eff9a50098be515477eeb1077a4e | |
| parent | 845bda9d98fea719d9ed60834ff4045b58f92b49 (diff) | |
| download | rails-9c10fec4c06da38f8975dfb851f4d899aa85f8b7.tar.gz rails-9c10fec4c06da38f8975dfb851f4d899aa85f8b7.tar.bz2 rails-9c10fec4c06da38f8975dfb851f4d899aa85f8b7.zip | |
Update the middleware list with CSP [ci skip]
| -rw-r--r-- | guides/source/rails_on_rack.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/rails_on_rack.md b/guides/source/rails_on_rack.md index aa1476ecc0..8caddc785a 100644 --- a/guides/source/rails_on_rack.md +++ b/guides/source/rails_on_rack.md @@ -122,6 +122,7 @@ use ActiveRecord::Migration::CheckPending use ActionDispatch::Cookies use ActionDispatch::Session::CookieStore use ActionDispatch::Flash +use ActionDispatch::ContentSecurityPolicy::Middleware use Rack::Head use Rack::ConditionalGet use Rack::ETag |
