diff options
-rw-r--r-- | js/httpsb.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; - |