I wonder how and where i should put that line in because the main js file is just a jumble full of lines. I have put that line in the text after onready but i still have the captcha problem after that.
skywalker-11 made a comment about that:
"For those who want to fix their installed itch.io app: For the current stable release 26.1.9 you have to modify the file app-26.1.9/resources/app/dist/main/main.bundle.js in the itch installation directory at line 13563 by inserting a new line
electron__WEBPACK_IMPORTED_MODULE_6__.app.userAgentFallback = (0,main_util_useragent__WEBPACK_IMPORTED_MODULE_4__/* .userAgent */ .W)();
The content should look like this afterwards:
let store = (__webpack_require__(4213)/* ["default"] */ .Z); let onReady = () => { electron__WEBPACK_IMPORTED_MODULE_6__.app.userAgentFallback = (0,main_util_useragent__WEBPACK_IMPORTED_MODULE_4__/* .userAgent */ .W)(); registerSync({ buildApp: (_x) => { return { name: electron__WEBPACK_IMPORTED_MODULE_6__.app.getName(),
You can edit the file in a text editor. If you search for ITCH_IGNORE_CERTIFICATE_ERRORS in the file the location you have to modify is ~ 25 lines below that."
Unfortunately this does not fix the issue for me :(