[00:45:15] <bikermouse> i'm sure most of the stuff is already in place because of 'forceCaptcha'
[00:45:25] <bikermouse> all that needs is that it applies to Onions (Tor users) only
[00:45:39] <StephenLynx> not really.
[00:45:47] <StephenLynx> because it affects the HTML too.
[00:46:11] <StephenLynx> and serving tor users a different html would be almost unfeasible.
[00:46:36] <StephenLynx> because the whole system revolves around the .html and .json pages being the same for every user, unless they use different languages.
[00:46:45] <StephenLynx> and there is no header to use for a vary for these users.
[00:47:24] <bikermouse> what about the other way around. use forcecaptcha but skip it for non-onions?
[00:47:41] <StephenLynx> yeah, that would be way easier.
[00:48:05] <StephenLynx> the fe js would have to be adapted a little tho. but it would be trivial to change.