Skip to content

Commit 7ea21b1

Browse files
committed
Added a note about dom.enable_performance breaking item pages in AliExpress
Fixes #561
1 parent 7e8b46c commit 7ea21b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 ...)

user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)
2829
user_pref("dom.enable_performance", false);
2930

3031
// PREF: Disable resource timing API

0 commit comments

Comments
 (0)