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

Bug reports and enhancement requests
Post Reply
barbaz
Senior Member
Posts: 10841
Joined: Sat Aug 03, 2013 5:45 pm

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

Post 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?
*Always* check the changelogs BEFORE updating that important software!
-
barbaz
Senior Member
Posts: 10841
Joined: Sat Aug 03, 2013 5:45 pm

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

Post by barbaz »

Fixed in 5.0rc1 8-)
*Always* check the changelogs BEFORE updating that important software!
-
Post Reply