patch: https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/nsRFPService.h#49 - isn't this the line we change, for android (In reply to Fatih Kilic [:fkilic] from comment #2) > Do you think it would make sense to use 5 for other platforms too? (basically every platform [other than OSX is 10](https://searchfox.org/mozilla-central/rev/60acd1356b659b858e5f712cc217768aae17fde1/toolkit/components/resistfingerprinting/nsRFPService.h#35,39-40,44-45,49-52,56)) my windows laptop is `10` without the spoof (there's actually a patch we require here to add some touch events, it's a pref value), so we want 10. macs should be `0`. android should be `5` which is this issue (I don't see it in the patch). I cannot speak for Linux, but we decided on `10` in the original patch in Bug 1826051. IANAE but doesn't this require some command? It too, currently, suffers from missing touch events same as windows.
Bug 1957658 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
~~patch: https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/nsRFPService.h#49 - isn't this the line we change, for android~~ edit: my bad, there are two patches (In reply to Fatih Kilic [:fkilic] from comment #2) > Do you think it would make sense to use 5 for other platforms too? (basically every platform [other than OSX is 10](https://searchfox.org/mozilla-central/rev/60acd1356b659b858e5f712cc217768aae17fde1/toolkit/components/resistfingerprinting/nsRFPService.h#35,39-40,44-45,49-52,56)) my windows laptop is `10` without the spoof (there's actually a patch we require here to add some touch events, it's a pref value), so we want 10. macs should be `0`. android should be `5` which is this issue (I don't see it in the patch - edit: my bad, there are two patches). I cannot speak for Linux, but we decided on `10` in the original patch in Bug 1826051. IANAE but doesn't this require some command? It too, currently, suffers from missing touch events same as windows.