From d69998f913a34639a773be24196366d3dbdbb36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 16 Aug 2019 13:03:49 -0500 Subject: set script block for default #1 --- js/httpsb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/httpsb.js b/js/httpsb.js index 887f13a..b235f70 100644 --- a/js/httpsb.js +++ b/js/httpsb.js @@ -44,6 +44,7 @@ ηm.pMatrix.setSwitch('referrer-spoof', '*', 1); ηm.pMatrix.setSwitch('noscript-spoof', '*', 1); ηm.pMatrix.setCell('*', '*', '*', ηm.Matrix.Red); + ηm.pMatrix.setCell('*', '*', 'script', ηm.Matrix.Red); ηm.pMatrix.setCell('*', '*', 'css', ηm.Matrix.Green); ηm.pMatrix.setCell('*', '*', 'image', ηm.Matrix.Green); ηm.pMatrix.setCell('*', '*', 'frame', ηm.Matrix.Red); @@ -210,4 +211,3 @@ } return s; }; - -- cgit v1.2.3