pschinis
pschinis
I'm with @JoseLion on this one. IMO failing silently like this and thus disallowing any kind of centralized error handling/logging is kind of a major issue. If I have forms...
That's awesome, thanks. Probably worth adding to the docs
I also ran into this issue. Spent a whole day pulling my hair out over this but it just went away on its own after a few hours. I know...
I haven't merged this because I think it goes beyond the scope of this gem. The gem is really just intended to patch over the behavior of older rails apps...
If you're saying you want to set the SameSite=None only for Microsoft Edge and have the gem do nothing for other browsers, that's exactly what the [user_agent_regex configuration](https://github.com/pschinis/rails_same_site_cookie#usage) does. If...
The gem should currently be working for Microsoft Edge, if it's not that's a bug. I just tested with Edge 91.0.864.70 on Mac OS 11.4 and it set the SameSite=None...
I plugged this user agent string in as a test case and it seems to be working so I'm not really sure what might be going on here. The gem...
I don't have a lot of bandwidth to add more configuration options at the moment, but hopefully should have some time before Chrome's changes go live in February. Otherwise the...
Hi there, without knowing more my guess is that you're testing this on Chrome on your local machine without SSL setup on your development server. Please see the "Note about...
Are there any plans to merge this fix? The plugin literally doesn't work on Android right now because of this issue. Would prefer not to have to create my own...