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

Remove ActionDispatch Session. Disable CSRF #1938

Merged
merged 1 commit into from Jan 3, 2019
Merged

Conversation

ysv
Copy link

@ysv ysv commented Dec 27, 2018

  • Freeze bundler version
  • Remove rack_session_access gem
  • memoize :current_user in ApplicationController
  • Remove csrf_meta_tags from html
  • Disable ActionDispatch Cookies & Session
  • Disable ActionController CSRF

closes #1937
closes #1953

@ysv ysv changed the title [EXPERIMENTAL] Fix cookies problem in v2 [EXPERIMENTAL] Fix cookies problems in v2 Dec 27, 2018
@ysv ysv changed the title [EXPERIMENTAL] Fix cookies problems in v2 Remove ActionDispatch Session. Disable CSRF Jan 3, 2019
@mod mod merged commit 24c00dc into openware:master Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Freeze bundler versions in Travis Peatio overrides Barong cookies
2 participants