user.js

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

commit c5374b60d81f93f091191e994d4bab17640c3586
parent 2a2b80902aa7d55d3468f9b1d19171edd5b15db5
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat,  6 Jan 2018 12:09:30 +1300

workers/service workers uM workaround #326
Diffstat:
Muser.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1095,7 +1095,8 @@ user_pref("dom.disable_beforeunload", true); communicate between browsing contexts (windows/tabs/iframes) and can even control your cache. [WARNING] Disabling workers *will* break sites (e.g. Google Street View, Twitter). - It is recommended that you use a separate profile for these sorts of sites. + [UPDATE] uMatrix 1.2.0+ allows a per-scope control for workers (2301) and service workers (2302) + #Required reading [#] https://github.com/gorhill/uMatrix/releases/tag/1.2.0 [1] Web Workers: https://developer.mozilla.org/docs/Web/API/Web_Workers_API [2] Worker: https://developer.mozilla.org/docs/Web/API/Worker