You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Computer-based mutes (rather than mere user/IP based).
Compute some sort of hash that should be relatively unique to a machine (coveryourtracks from EFF ironically can give us some nice code for computing WebAudio fingerprints or canvas fingerprints).
When muting is done, enforce mutes via logged in users+guests that have a matching hash.
Some caveats:
if the hash is not unique enough, we rish penalizing unrelated people. That's why I'm tempted to tie the hash to the IP so that we can filter out bad actors without blocking an entire school or CGNAT group via their computer
If we're pretty confident in lack of similar matches, we can use it in the short term to limit the effectiveness of raids.
Some study about collisions should be done
The text was updated successfully, but these errors were encountered:
Computer-based mutes (rather than mere user/IP based).
Some caveats:
Some study about collisions should be done
The text was updated successfully, but these errors were encountered: