Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

authenticity_token and csrf_protection #2003

Closed
federicolucca opened this issue Feb 6, 2016 · 1 comment
Closed

authenticity_token and csrf_protection #2003

federicolucca opened this issue Feb 6, 2016 · 1 comment

Comments

@federicolucca
Copy link

Hi,

i would like to disable this two checks in only one method in a controller.
It is possible?

Federico

@ujifgc
Copy link
Member

ujifgc commented Feb 7, 2016

Yes. This was implemented by #1541

In your app do:

set :protect_from_csrf, :except => ["/middleware", %r{^/dialogs/preview/}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants