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