flathub / org.electronjs.Electron2.BaseApp

7 stars 16 forks source link

reCAPTCHA issues #41

Closed Pobega closed 1 year ago

Pobega commented 1 year ago

Hello,

I have reports of some users running into a problem with reCAPTCHA. I maintain Fightcade which is an Electron frontend to playing arcade games with netplay. I am not a developer of Fightcade, just the maintainer of the Flatpak so I'm not personally familiar with what would or wouldn't trip reCAPTCHA.

I'm curious if it's possibly being tripped because the version of Chromium is out of date (I'm not sure if it's up to the baseapp/zypak to provide the Chromium binary or does that come bundled with the application?) Users have been working around the issue by launching the non-sandboxed version (gotten from Fightcade's website) to register/login then switching to the Flatpak to actually play games.

Any thoughts would be appreciated since I'm at a complete loss on this one.

Erick555 commented 1 year ago

(I'm not sure if it's up to the baseapp/zypak to provide the Chromium binary or does that come bundled with the application?

Electron/Chromium comes bundled with the application so this is wrong place.

Pobega commented 1 year ago

Noted, then maybe it's something else tripping reCAPTCHA. Perhaps something with the networking?

Anyway, I'll close this issue since it is unrelated to this repo, thanks.