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
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Open up browser and navigate to any link (YouTube.come, Brave.com, whatever)
Open web inspector in safari -> Develop -> ->
Ensure Fingerprint protection is disabled
In the console write window.navigator.hardwareConcurrency You should have a true value (this will likely be 8)
Ensure Fingerprint protection is enabled
In the console write window.navigator.hardwareConcurrency You should have a fake value between 2 and the true value (note the true value may appear too)
Repeat this for other sites. Each page may give you a different random value (this is the point). But some sites may have the same random value (we don't have a huge list of random values to chose from)
The text was updated successfully, but these errors were encountered:
Description:
Based on the requirements here: brave/brave-browser#10808
Note: we are applying the basic farbling requirements.
Summary
Farble window.navigator.hardwareConcurrency to be a value between 2 and the true value.
Setup testing environment
Testing:
Farbling tests can be found here:
https://dev-pages.brave.software/fingerprinting/farbling.html
Additional tests
window.navigator.hardwareConcurrency
You should have a true value (this will likely be 8)window.navigator.hardwareConcurrency
You should have a fake value between 2 and the true value (note the true value may appear too)The text was updated successfully, but these errors were encountered: