Closed
Bug 1335400
Opened 9 years ago
Closed 8 years ago
Disable non-standard expression closure in content on nightly-only
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1319512
Tracking | Status | |
---|---|---|
firefox54 | --- | affected |
People
(Reporter: arai, Unassigned)
References
Details
(Keywords: site-compat, triage-deferred)
as discovered in bug 1083458 comment #4, web content is using the existence of expression closure for fingerprinting, and that would explain the high number in telemetry.
now we can disable it on web content.
the remaining concern is that disabling it might contribute to entropy for fingerprinting, in some case.
In default configuration, platform.buildID would imply everything, but I guess there's some build that hides platform.buildID for privacy reason, maybe?
if above might become some trouble, it's not necessary to hide it from web content separately from bug 1319512.
otherwise, we can disable it on web content, prior to bug 1319512.
Updated•9 years ago
|
Keywords: dev-doc-needed,
site-compat
Updated•8 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•