user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 98f65da430104df5ebb3f8f38d76a1895ae8252f
parent 6a0c44d0a4b467652d92fbb495cbe371f265235c
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 27 Apr 2019 07:33:30 +0000

remove dead setup tags
Diffstat:
Muser.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -2187,7 +2187,7 @@ user_pref("extensions.shield-recipe-client.api_url", ""); // [-] https://bugzilla.mozilla.org/1433324 user_pref("browser.newtabpage.activity-stream.enabled", false); // 2301: disable workers - // [SETUP-WEB] Disabling workers *will* break sites (e.g. Google Street View, Twitter) + // Disabling workers *will* break sites (e.g. Google Street View, Twitter) // [NOTE] CVE-2016-5259, CVE-2016-2812, CVE-2016-1949, CVE-2016-5287 (fixed) // [-] https://bugzilla.mozilla.org/1434934 user_pref("dom.workers.enabled", false); @@ -2242,7 +2242,7 @@ user_pref("shield.savant.enabled", false); // [-] https://bugzilla.mozilla.org/1453751 // user_pref("browser.chrome.favicons", false); // 2030: disable autoplay of HTML5 media - replaced by media.autoplay.default - // [SETUP-WEB] This may break video playback on various sites + // This may break video playback on various sites // [-] https://bugzilla.mozilla.org/1470082 user_pref("media.autoplay.enabled", false); // 2704: set cookie lifetime in days (see 2703)