Browse Source

Merge branch 'master' of https://github.com/gorhill/uMatrix

pull/2/head
gorhill 8 years ago
parent
commit
70910fd2aa
  1. 2
      src/js/user-rules.js

2
src/js/user-rules.js

@ -126,7 +126,7 @@ var fromNoScript = function(content) {
noscript === null ||
typeof noscript !== 'object' ||
typeof noscript.prefs !== 'object' ||
typeof noscript.prefs.clearClick === undefined ||
typeof noscript.prefs.clearClick === 'undefined' ||
typeof noscript.whitelist !== 'string' ||
typeof noscript.V !== 'string'
) {

Loading…
Cancel
Save