- Joined
- Jun 12, 2020
Yeah this is a known issue. The haproxy-protection maintainer fixed it by setting a value in browser local storage that other tabs monitor so they know to wait for the first tab to complete then auto-redirect once it's done. https://gitgud.io/fatchan/haproxy-protection/-/commit/a303689641a358b2a1b7afbc8ddfc398c57d772dI have for some time had an issue where if I open two tabs at the same time and the PoW is expired, both tabs will (sensibly) try to solve it, but while the one to be done first succeeds, the other one will fail to submit the proof and display an error.
It's not super simple to update to this version though as the dude also changed all the paths so bot-check is under "basedflare" instead of /. Here's a really simple thing you can do to make it less tedious though:
Here's the URL you need to paste in for the bookmarklet
JavaScript:
javascript:location.assign(location.href.replace("/bot-check?", ""));