- start Fx, open error console
- load about:blank
- load javascript:'test'
- the url executes, but the following is logged
Code: Select all
Error: can't access dead object Source File: jar:file:///ns_xpi_path/components/noscriptService.js Line: 4333
- check the ns icon and options, scripts are now globally allowed, which survives a restart
js url from about:blank allows scripts globally
js url from about:blank allows scripts globally
Fx 15.0b5, NS 2.5.2rc1, new profile, allowURLBarJS=true
Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0
Re: js url from about:blank allows scripts globally
I can generate the Error Console message.
I could not generate the Globally Allowed.
Though there is definitely something screwy going on.
Like if I manually enabled Allow Scripts Globally, not sure what it did or did not do?
I don't think Allow Globally is working at that point?
Firefox Setup 15.0b5.exe
http://hg.mozilla.org/releases/mozilla-beta/rev/5b309ad1a88a
(What a frickin joke what they use for their UA!)
I could not generate the Globally Allowed.
Though there is definitely something screwy going on.
Like if I manually enabled Allow Scripts Globally, not sure what it did or did not do?
I don't think Allow Globally is working at that point?
Firefox Setup 15.0b5.exe
http://hg.mozilla.org/releases/mozilla-beta/rev/5b309ad1a88a
(What a frickin joke what they use for their UA!)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20120817 Firefox/16.0 SeaMonkey/2.13a2
Re: js url from about:blank allows scripts globally
I see similar in SeaMonkey, Aurora, Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20120817 Firefox/16.0 SeaMonkey/2.13a2.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20120817 Firefox/16.0 SeaMonkey/2.13a2
- GµårÐïåñ
- Lieutenant Colonel
- Posts: 3370
- Joined: Fri Mar 20, 2009 5:19 am
- Location: PST - USA
- Contact:
Re: js url from about:blank allows scripts globally
Yeah I get the error too but not the globally allowed, so not sure how you got that to happen. Have you tried a more recent nightly to make sure its not something Mozilla screwed up between builds? It just recently happened with something else where the nightly broke something on Mozilla side and affected NS but was fine the next day.
~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
________________ .: [ Major Mike's ] :. ________________
________________ .: [ Major Mike's ] :. ________________
Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/14.0.1
- Giorgio Maone
- Site Admin
- Posts: 9527
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: js url from about:blank allows scripts globally
Fixed in latest development build 2.5.3rc2, thank you.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101 Firefox/14.0.1
Re: js url from about:blank allows scripts globally
404 on noscript.net, got it from AMOGiorgio Maone wrote:Fixed in latest development build 2.5.3rc2, thank you.
a couple of related issues:
- if starting with about:blank and the first javascript: url is non void, subsequent invocations (void and not) don't run.
after javascript:'test' loads, invoke javascript:'test1' or javascript:alert('test')
when starting with a different url (e.g. about:home), not a problem - javascript: urls don't work at all from about:newtab
Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0
- Giorgio Maone
- Site Admin
- Posts: 9527
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: js url from about:blank allows scripts globally
It looks like a byproduct of the principals which get assigned to about:newtab and the result of a JavaScript expression from about:blank.al_9x wrote:
- if starting with about:blank and the first javascript: url is non void, subsequent invocations (void and not) don't run.
after javascript:'test' loads, invoke javascript:'test1' or javascript:alert('test')
when starting with a different url (e.g. about:home), not a problem- javascript: urls don't work at all from about:newtab
I'm not sure I can do anything about it, but I'll try.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0