Using FF 6.0 on OS X 10.6.8, I get the following message in the error console, but get no warning in the browser:
[NoScript] Blocking cross-site Javascript served from http://crypto-js.googlecode.com/files/2 ... pto-md5.js with wrong type info text/plain, attachment; filename="2.3.0-crypto-md5.js" and included by http://www.clockworkmod.com/desksms/#
Also, It seems NoScript is blocking it, preventing the site from working. Is this a vulnerability I should be concerned with? I want to use the site, but not sure how to get it safely working with NoScript enabled. Is there a setting in NoScript I should change, or is this an issue I should push to the site developer?
Thanks for your help
No blocked XSS notification
No blocked XSS notification
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0) Gecko/20100101 Firefox/6.0
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: No blocked XSS notification
This is an issue which should be pushed to the site developer, who should stop including scripts directly from source code repositories like googlecode.com or github.com. This is bad practice, and in fact is discouraged by the repositories themselves which force text/plain or text/c as the content type for any file, rather than the proper one, because anybody can upload any file there and if you trust the site you automatically trust any arbitrary inclusion.
The solution is self-hosting those JavaScript files or using a dedicated CDN (like googleapis.com does, for instance).
The solution is self-hosting those JavaScript files or using a dedicated CDN (like googleapis.com does, for instance).
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0
Re: No blocked XSS notification
Giorgio,Giorgio Maone wrote:This is an issue which should be pushed to the site developer, who should stop including scripts directly from source code repositories like googlecode.com or github.com. This is bad practice, and in fact is discouraged by the repositories themselves which force text/plain or text/c as the content type for any file, rather than the proper one, because anybody can upload any file there and if you trust the site you automatically trust any arbitrary inclusion.
The solution is self-hosting those JavaScript files or using a dedicated CDN (like googleapis.com does, for instance).
Thanks for the reply, I'll push the info to the site developer.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0) Gecko/20100101 Firefox/6.0