Search found 4 matches
- Fri Aug 07, 2015 6:46 pm
- Forum: NoScript Development
- Topic: (SeaMonkey Nightly) Error Console spam; ClearClick Broken?
- Replies: 11
- Views: 8052
Re: (SeaMonkey Nightly) Error Console spam; ClearClick Broke
This is still happening with the RC build of Firefox 40 that will be pushed on Tuesday. Will it be fixed before then?
- Mon Jul 21, 2014 2:32 pm
- Forum: NoScript Support
- Topic: [RESOLVED] FF30 addon-sdk toolbar, noscript blocks
- Replies: 4
- Views: 2634
Re: FF30 addon-sdk toolbar, noscript blocks postMessage
I confirmed that 2.6.8.34 fixes the problem with scripts running in the toolbar (thanks!). However, postMessage still appears to be getting blocked.
- Thu Jul 17, 2014 12:37 am
- Forum: NoScript Support
- Topic: [RESOLVED] FF30 addon-sdk toolbar, noscript blocks
- Replies: 4
- Views: 2634
Re: FF30 addon-sdk toolbar, noscript blocks postMessage++
Thanks for the reply. Yes, this does cover the script blocking part of this, but the thread was never resolved. * This is privileged code, so I'm not sure why noscript is involved. resource:// urls are supposed to be white-listed, but that isn't working. * There isn't a message about the blocked con...
- Wed Jul 16, 2014 10:23 pm
- Forum: NoScript Support
- Topic: [RESOLVED] FF30 addon-sdk toolbar, noscript blocks
- Replies: 4
- Views: 2634
[RESOLVED] FF30 addon-sdk toolbar, noscript blocks
The addon-sdk now has an api to add a browser toolbar: https://developer.mozilla.org/en-US/Add ... ui_toolbar HTML content can be added to the toolbar, which is inserted as an iframe -- this last bit of functionality did not work until Firefox 30. NoScript prevents scripts from executing in this ifr...