Replies: 2 comments 2 replies
-
Invalid request and a duplicate of, see: |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@gorhill I had totally forgot that I proposed the same in https://github.com/uBlockOrigin/uBlock-discussions/discussions/945, though in a different context. Now this feature will be useful again, as the cat-and-mouse game with the site has taken another lap and got back to this situation again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While working on fingerprint mitigation, I wanted to introduce randomness by assigning a different value on each page load. I initially considered using
set-constant, but as the name suggests, it only allows fixed values.I’d like to propose extending
set-constantto support dynamic randomization (either generated once before page load and kept constant, or re-generated on eachget, this would need to be discussed). For example:set-constant)Similarly, it would be great if
set-constant-trustedcould be extended to support more flexible random value types, such as:This would make it easier to simulate more variable fingerprints for improved privacy.
Beta Was this translation helpful? Give feedback.
All reactions