mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-19 09:08:06 +02:00
Drop the dead zoom.stealth.normalize_date_now baseline pref
The Date.now self-assignment was a stopgap that the page-realm fix (the automation layer no longer touches the realm's built-ins before page scripts run) made unnecessary; that binary support was never landed, so the pref is a no-op on every shipped build. Remove it and its now-inaccurate comment.
This commit is contained in:
parent
c34bc33686
commit
6dcdc42c05
1 changed files with 0 additions and 12 deletions
|
|
@ -243,18 +243,6 @@ _BASELINE: Dict[str, Any] = {
|
|||
# improves fingerprint consistency — it cannot break connectivity.
|
||||
"security.ssl3.ecdhe_ecdsa_aes_128_sha": False,
|
||||
|
||||
# Date.now property normalization. Our build's *pristine* built-in Date.now
|
||||
# property carries an internal representation that differs subtly from a
|
||||
# stock Firefox's, which some fingerprint scripts can distinguish from a
|
||||
# normal property. The binary (Juggler FrameTree) performs a plain
|
||||
# self-assignment `Date.now = Date.now` in every new main-world document,
|
||||
# converting it to a normal data property identical to a real browser's —
|
||||
# WITHOUT changing its value, identity or toString (it stays the native
|
||||
# function reporting "[native code]"). Pure fingerprint-consistency, no
|
||||
# behavior change. Requires the binary's `zoom.stealth.normalize_date_now`
|
||||
# support (firefox builds from 2026-06-15 on).
|
||||
"zoom.stealth.normalize_date_now": True,
|
||||
|
||||
# Safebrowsing — chatty and fingerprintable.
|
||||
"browser.safebrowsing.malware.enabled": False,
|
||||
"browser.safebrowsing.phishing.enabled": False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue