NoScript has become somewhat ineffectual
Posted: Tue Dec 15, 2009 6:10 pm
NoScript has become somewhat ineffectual.
Strange one here.
The NoScript icon is changing, I can "change" Allow's, but not everything is working as expected.
Perhaps related to opening the same Profile sandboxed (Sandboxie) running an earlier release of SeaMonkey (2.0 vs 2.0.1).
http://www.nonags.com/ will display a message at the top of the page if JavaScript is blocked.
I can toggle JavaScript, but the page does not refresh to reflect the same.
Keyboard shortcut (Ctrl+Sh+\) is not refreshing the page, but when selected from the icon menu, it does.
Similarly http://www.youtube.com/watch?v=nfbOHebi ... rn-2r-4-HM may incorrectly report JavaScript status - until you refresh the page. If the video is playing, Forbidding youtube.com with the shortcut does not stop the video - until you refresh the page. Using the icon menu is working as expected (refreshing the page automatically), thereby allowing or blocking playback.
(Funny that we were just talking about prefs.js.)
This is likely something of my doing.
Strange one here.
The NoScript icon is changing, I can "change" Allow's, but not everything is working as expected.
Perhaps related to opening the same Profile sandboxed (Sandboxie) running an earlier release of SeaMonkey (2.0 vs 2.0.1).
http://www.nonags.com/ will display a message at the top of the page if JavaScript is blocked.
I can toggle JavaScript, but the page does not refresh to reflect the same.
Keyboard shortcut (Ctrl+Sh+\) is not refreshing the page, but when selected from the icon menu, it does.
Similarly http://www.youtube.com/watch?v=nfbOHebi ... rn-2r-4-HM may incorrectly report JavaScript status - until you refresh the page. If the video is playing, Forbidding youtube.com with the shortcut does not stop the video - until you refresh the page. Using the icon menu is working as expected (refreshing the page automatically), thereby allowing or blocking playback.
Code: Select all
Error: Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIPrefService.savePrefFile]
Source file: chrome://noscript/content/Main.js
Line: 1003
Code: Select all
var res = this.prefService.savePrefFile(null);Code: Select all
Error: Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsISafeOutputStream.finish]
Source file: file:///C:/TMP/___X_X_X/201b2/X/components/nsSessionStore.js
Line: 2658
Code: Select all
// write and close stream
stream.write(convertedData, convertedData.length);
if (stream instanceof Components.interfaces.nsISafeOutputStream) {
stream.finish(); <-=== IT IS THIS LINE BEING POINTED TO, 2658
} else {
stream.close();