GithubHelp home page GithubHelp logo

Comments (6)

SirRawlins avatar SirRawlins commented on June 19, 2024

+1

from rack-protection.

leebrooks0 avatar leebrooks0 commented on June 19, 2024

The readme suggests using config.ru, but the Rails docs say it should be done in application.rb

# config/application.rb
config.middleware.use Rack::Protection

I have configured it like this and don't have any problems...
See: http://guides.rubyonrails.org/rails_on_rack.html#configuring-middleware-stack

from rack-protection.

SirRawlins avatar SirRawlins commented on June 19, 2024

Thanks @leebrooks0 I'll give this a shot, and assuming it works I'll send a pull request in to update the README.

from rack-protection.

rkh avatar rkh commented on June 19, 2024

PR would be much appreciated. I'll give this some more thought, maybe there's a better way without making things less secure.

from rack-protection.

janko avatar janko commented on June 19, 2024

Yes, in Rails you have to use its middleware API, because there the session middleware (Rack::Session::Cookie) is already added, while in config.ru it's not yet. Isn't this problem solved? :)

from rack-protection.

zzak avatar zzak commented on June 19, 2024

I commited 82e72ba which allows you to skip the session based middleware by passing a :without_session => true option.

from rack-protection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.