Ова тема је архивирана.
Питајте друго питање ако вам је потребна помоћ.
Solved
Архивирано
Fingerprinting and window.navigator.hardwareConcurrency vs dom.maxHardwareConcurrency
Hello,
enabling privacy.resistFingerprinting sets window.navigator.hardwareConcurrency to 2 but dom.maxHardwareConcurrency stays at 16. Doesn't that undermine the first change?
Greetings
Miles
Hello,
enabling privacy.resistFingerprinting sets window.navigator.hardwareConcurrency to 2 but dom.maxHardwareConcurrency stays at 16. Doesn't that undermine the first change?
Greetings
Miles
Сви одговори (1)
Одабрано решење
hi, websites can query window.navigator.hardwareConcurrency, which will return the value of 2 if fingerprinting resistance is active.
the other value is an about:config preference that can't be read by websites and sets the maximum value that might be reported to websites if fingerprinting resistance is off and your system had more than X (16) cores...