From e8136cb6679d70006e240d898d9af32b1d3f57de Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 19 Nov 2017 21:07:15 -0500 Subject: [PATCH] fix https://discourse.mozilla.org/t/support-umatrix/5131/158 --- src/js/httpsb.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/js/httpsb.js b/src/js/httpsb.js index 75456fa..cee7bb9 100644 --- a/src/js/httpsb.js +++ b/src/js/httpsb.js @@ -45,6 +45,9 @@ µm.pMatrix.setCell('*', '1st-party', '*', µm.Matrix.Green); µm.pMatrix.setCell('*', '1st-party', 'frame', µm.Matrix.Green); + // https://discourse.mozilla.org/t/support-umatrix/5131/157 + µm.pMatrix.setSwitch('matrix-off', 'wyciwyg-scheme', 1); + µm.tMatrix = new µm.Matrix(); µm.tMatrix.assign(µm.pMatrix); })();