File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -441,6 +441,7 @@ Hardening your often implies a trade-off with ease-of-use and comes with reduced
441441<!-- BEGIN PROBLEMS-LIMITATIONS -->
442442* Disabling ServiceWorkers breaks functionality on some sites (Google Street View...)
443443* Disabling ServiceWorkers breaks Firefox Sync
444+ * Disabling DOM timing API breaks item pages in AliExpress (https://github.com/pyllyukko/user.js/issues/561 )
444445* Disabling resource timing API breaks some DDoS protection pages (Cloudflare)
445446* Web Audio API is required for Unity web player/games
446447* Disabling WebRTC breaks peer-to-peer file sharing tools (reep.io ...)
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ user_pref("dom.webnotifications.enabled", false);
2525// PREF: Disable DOM timing API
2626// https://wiki.mozilla.org/Security/Reviews/Firefox/NavigationTimingAPI
2727// https://www.w3.org/TR/navigation-timing/#privacy
28+ // NOTICE: Disabling DOM timing API breaks item pages in AliExpress (https://github.com/pyllyukko/user.js/issues/561)
2829user_pref ( "dom.enable_performance" , false ) ;
2930
3031// PREF: Disable resource timing API
You can’t perform that action at this time.
0 commit comments