What would happen if we allowed blocking 3rd-Party JavaScript as an option?
Categories
(Core :: Privacy: Anti-Tracking, enhancement, P5)
Tracking
()
People
(Reporter: emceeaich, Unassigned)
Details
Recently, Jeremy Keith commented that most of 3rd party JavaScript is of the intrusive, tracking nature, similar to 3rd party cookies.
What would be the collateral harm to the non-commercial, non-advertising-driven web that used 3rd party JavaScripts for libraries such as JQuery, React, etc.?
I'm suggesting this as an experiment we could try in Nightly to see how much breaks and what sort of interventions would be needed (such as whitelisting some 3rd party domains, such as CDNs for script libraries) if we made this a more broadly available option.
Comment 1•5 years ago
|
||
Thanks for the suggestion! When we tried to block all third party cookies (rather than just cookies for trackers, as we do in ETP Standard) we found that the breakage was too high to ship: https://mozilla.report/post/projects/cookie_restrictions.kp/.
I suspect we'd see the same if we tried to do this style of blocking for all third-party Javascript. We can revisit this in the future when we've tackled more of the low hanging fruit.
Updated•3 years ago
|
Description
•