user.js

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

commit 23733097a95d9db37028d0ec8c7991bd0bf0a04b
parent 71a2d393f37e0dc3b77975b992b915be0e4d4ea7
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 11 Dec 2018 00:13:07 +0000

2302 FF version
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1137,7 +1137,7 @@ user_pref("dom.popup_allowed_events", "click dblclick"); [6] Notifications: https://support.mozilla.org/questions/1165867#answer-981820 ***/ user_pref("_user.js.parrot", "2300 syntax error: the parrot's off the twig!"); -/* 2302: disable service workers +/* 2302: disable service workers [FF32, FF44-compat] * Service workers essentially act as proxy servers that sit between web apps, and the browser * and network, are event driven, and can control the web page/site it is associated with, * intercepting and modifying navigation and resource requests, and caching resources.