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:0Code: 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?