Quantcast
Channel: Pale Moon forum
Viewing all articles
Browse latest Browse all 1647

Browser Development • fixing some navigator object values

$
0
0
the value of the navigator object "webdriver" is supposed to be one of the indicators of whether a browser is a real user or being controlled by some kind of bot automation.
In Firefox, the value of navigator.webdriver is "false", whereas in Pale Moon, the value is "undefined".
Given that most feature detection algorithms try to block automated bots, perhaps it would be a good idea to set Pale Moon's `navigator.webdriver` value to "false" as well? AFAIK there aren't any automation frameworks that are compatible with it anyway.

Viewing all articles
Browse latest Browse all 1647

Trending Articles