WeAreWizards / passopolis-extensions

Continuation of the extensions code for mitro
GNU General Public License v3.0
81 stars 14 forks source link

CSRF error (with Stripe) #42

Open gingerlime opened 7 years ago

gingerlime commented 7 years ago

I'm using the Chrome extension, which works great. But somehow with Stripe.com, whenever the password confirmation prompt comes up and I try to use passopolis to enter the password, it enters it, but then I get this error

{"error":{"code":"invalid_csrf","message":"Something is wrong with your CSRF token. Make sure cookies are enabled in your browser, and try reloading this page. If you continue to see this error message, please let us know at support@stripe.com."}}

Hope there's some way around this?

teh commented 7 years ago

Sadly no. We use stripe as well and I spent some time debugging this but they have custom js that makes it basically impossible for us to hook in and do the right thing.

gingerlime commented 7 years ago

Thanks @teh. Did you guys contact Stripe about it? Happy to also contact them if it helps.