NoScript unable to block dynamic src?

Ask for help about NoScript, no registration needed to post
apam.smh

NoScript unable to block dynamic src?

Post by apam.smh »

Is there a configuration option to disable this, or is NoScript unable to prevent execution of dynamic sources?

http://www.smh.com.au/text

Despite having the whole site blocked, it still managers to execute a script with
src="#staticUrl()/js/behave.js"

which is served off the same host.

Any ideas?
Mozilla/5.0 (Windows NT 5.1; rv:10.0.3) Gecko/20100101 Firefox/10.0.3
User avatar
Thrawn
Master Bug Buster
Posts: 3106
Joined: Mon Jan 16, 2012 3:46 am
Location: Australia
Contact:

Re: NoScript unable to block dynamic src?

Post by Thrawn »

NoScript should be able to block any kind of script. What symptoms are you seeing to tell you that this script is running? With the top-level site blocked, I don't see anything on that page that appears to be dynamic, just a list of plain headings and hyperlinks.

Please give details; if there really is a way to bypass NoScript, then I guarantee Giorgio will jump on it as top priority.
======
Thrawn
------------
Religion is not the opium of the masses. Daily life is the opium of the masses.

True religion, which dares to acknowledge death and challenge the way we live, is an attempt to wake up.
Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0
User avatar
therube
Ambassador
Posts: 7991
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: NoScript unable to block dynamic src?

Post by therube »

Code: Select all

<script type="text/javascript" src="#staticUrl()/js/behave.js"></script>
If com.au (actually it looks like smh.com.au) is not allowed, seemingly nothing should be running?
Giorgio wrote: Inline scripts are blocked by default on non-whitelisted sites.
You cannot disable them selectively on whitelisted sites, if that's what you're asking for, but you can modify their execution environment to "cripple" them or otherwise change their behavior by writing your own page-level script surrogates.
http://forums.informaction.com/viewtopi ... 936#p34936
Inline Script Blockage
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 5.1; rv:15.0) Gecko/20120617 Firefox/15.0a2 SeaMonkey/2.12a2
Post Reply