-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
navigator.userAgent not farbled properly in dynamic iframes #26700
Comments
STR: Control:
Test:
|
Thanks @pilgrim-brave 👍 @brave/qa-team example of the verification can also be seen via brave/brave-core#15917 (comment). You'll notice that the |
The above requires |
Verification PASSED on
Using the STR/Cases outlined via #26700 (comment), went through the following: FP set as
FP set as
Verification PASSED on
Using the STR/Cases outlined via #26700 (comment), went through the following: FP set as FP set as |
Verified with
Went through the STR/Cases outlined via #26700 (comment) and ensured that the
Note that once FP is set as |
Verification passed on
Using the STR/Cases outlined via #26700 (comment), went through the following: FP set as
|
Verification
Verified using STR from #26700 (comment) and ensured that the hashes under https://arkenfox.github.io/TZP/tzp.html#useragent are matching once FP is set as Strict/Aggressive as per the following: FP set as FP set as |
See third-party test page here: https://arkenfox.github.io/TZP/tzp.html
With "aggressively block fingerprinting" setting, spaces are pseudo-randomly added to
navigator.userAgent
. Some dynamically created iframes are producing a hash that matches the unfarblednavigator.userAgent
, suggesting that farbling is not happening in those iframes.The text was updated successfully, but these errors were encountered: