Page 1 of 1

[FIXED] (2.9.5.3rc6) Serious-looking error in console

Posted: Wed Jan 18, 2017 6:12 am
by barbaz
SeaMonkey 2.46
NoScript 2.9.5.3rc6

Seeing this error repeated many times (up to 91 so far) in the Browser Console (Ctrl-Shift-J) -

Code: Select all

ReferenceError: PolicyState is not defined     Main.js:3946:0
The context -

Code: Select all

  onStateChange: function(wp, req, stateFlags, status) {
    var ph;

    if (stateFlags & WP_STATE_START) {
      if (req instanceof Ci.nsIChannel) {
        // handle docshell JS switching and other early duties

        if (PolicyState.isChecking(req.URI)) {
          // ContentPolicy couldn't complete! DOS attack?

Re: (2.9.5.3rc6) Serious-looking error in console

Posted: Sat Jan 28, 2017 6:11 pm
by barbaz
Fixed in 5.0rc1 8-)