Trying watch a NOVA video on PBS site (Public Television). None of the videos on this will play and I get NoScipt notifications. Even when I opt for the unsafe reload, the video still will not play. What's up with that?
http://video.pbs.org/video/1300397304/
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www-tc.pbs.org/video/media/css/i ... .css?13241
Line: 846
[NoScript XSS] Sanitized suspicious request. Original URL [http://static.liverail.com/js/companion ... cmlwdD4%3D] requested from [http://video.pbs.org/video/1300397304/]. Sanitized URL: [http://static.liverail.com/js/companion ... 2328682734].
[ABE] <LOCAL> Deny on {GET http://cdn.visiblemeasures.com/crossdomain.xml <<< http://video.pbs.org/video/1300397304/, http://video.pbs.org/video/1300397304/}
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny
(New Build)
Win 7 (64-bit)
Intel Core i7, 6Gb RAM
Thanks!
Cross-site Scripting (XSS) Problem
-
- Posts: 7
- Joined: Wed Jan 06, 2010 5:33 pm
Cross-site Scripting (XSS) Problem
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Cross-site Scripting (XSS) Problem
NoScript is correct about the XSS warning: in fact, the advertising page http://static.liverail.com/js/companion ... bGl2ZXJhaW, if base64-decoded, contains a <script> element which has no place in an URL.
You can just ignore the warning or even Forbid liverail.com (which will skip XSS checks): the movie will play just fine.
Regarding ABE, looks like cdn.visiblemeasures.com is in your intranet, therefore . Are you a developer conected to it?
Either way, you can work around by opening NoScript Options|Advanced|ABE and editing your SYSTEM ruleset inserting the following rule in the beginning of the file:
You can just ignore the warning or even Forbid liverail.com (which will skip XSS checks): the movie will play just fine.
Regarding ABE, looks like cdn.visiblemeasures.com is in your intranet, therefore . Are you a developer conected to it?
Either way, you can work around by opening NoScript Options|Advanced|ABE and editing your SYSTEM ruleset inserting the following rule in the beginning of the file:
Code: Select all
Site *.visiblemeasures.com
Accept
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 (.NET CLR 3.5.30729)
-
- Posts: 7
- Joined: Wed Jan 06, 2010 5:33 pm
Re: Cross-site Scripting (XSS) Problem
Thank you for your response. I will employ the fix you have suggested for viewing the videos on the PBS site. However, the real problem is that I'm getting these warning notices at the top of the page at nearly every website I go to. They tend to take up a lot of screen real estate. It is exceedingly annoying to have to click these notices off every single time I open a new web page. For example, if I read 15 emails in Yahoo Mail, I have to click away the warnings on every single time I open a new email. I am a centimeter away from sending NoScript to the sh*t can.
VG
VG
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: Cross-site Scripting (XSS) Problem
- Which NoScript version are you using? Latest should be much more accurate regarding false positive on Yahoo ads.
- Could you show me the [NoScript XSS] lines shown in Tools|Error Console when this happens on Yahoo mail?
- Could you consider using an adblocker, like Adblock Plus?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
-
- Posts: 7
- Joined: Wed Jan 06, 2010 5:33 pm
Re: Cross-site Scripting (XSS) Problem
Resolved. NoScript apparently did not like the blocking IP in my HOSTS file. Changed the IP to 255.0.0.0 and saved the hosts file (running Notepad with admin status), and the ABE issue is gone. Thanks!
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7