Error: Policy is not defined
Source: jar:file:///.../extensions/%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D.xpi!/components/noscriptService.js
Line: 1384
I guess
Code: Select all
PolicyCode: Select all
PolicyStateCode: Select all
PolicyCode: Select all
PolicyStateOK, but has the Mycroft project changed? Which sites are being blocked when you go there?aloishammer wrote:The Mycroft project is broken for me. Attempting to install plugins leads to an error telling me JS isn't enabled. It is. Haven't changed any rules regarding Mycroft in a long time.
Nothing has changed that I can see. I'm usually on the site about once a month. The only thing that's different is I'm using a more recent (latest) dev build of NoScript, and I'm getting a pile of NoScript-related errors (noscriptService.js) in the Error Console. I have to assume it's NoScript that has the problem, and not Firefox nor the Mycroft site. And I'm not blocking anything at all. All page elements are being served from mozdev.org (or, I assume, mycroft.mozdev.org specifically).Thrawn wrote:OK, but has the Mycroft project changed? Which sites are being blocked when you go there?
Code: Select all
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
DenyOne other thing: after installing the latest dev build of NoScript, it looks like Firefox may be experiencing some sort of resource leak. If Firefox is left running around 24hrs with nominal usage, it suddenly starts loading pages / page elements very, very, VERY slowly, as if I were experiencing massive packet loss; which I'm not. A soft-restart of Firefox fixes it.Thrawn wrote:OK, but has the Mycroft project changed? Which sites are being blocked when you go there?aloishammer wrote:The Mycroft project is broken for me. Attempting to install plugins leads to an error telling me JS isn't enabled. It is. Haven't changed any rules regarding Mycroft in a long time.
Whatever, it looks like that was a good guess. Code modified, extension repacked. No errors reported in the console now. Interestingly, though, this did not fix my problem with the Mycroft project. It's possible this is merely turning one code error into another, or masking the original error. Still, less console spam seems like an improvement. New code:Whatever wrote:With NoScript 2.6.3, when visiting any Twitch.tv stream, the chat stops working after a while, and my error console is spammed with the following error:
Error: Policy is not defined
Source: jar:file:///.../extensions/%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D.xpi!/components/noscriptService.js
Line: 1384
I guessin that line should beCode: Select all
Policy?Code: Select all
PolicyState
Code: Select all
earlyHttpObserver: {
observe: function(channel, topic, data) {
PolicyState.attach(channel);
}
},Code: Select all
apt-get purge xul-ext-unity xul-ext-websites-integrationMuch appreciated!Giorgio Maone wrote:Sorry, I had completely missed this thread.
Fixed in latest development build 2.6.4.2rc2, thank you.