Hi,
http://www.sony.de is not shown correctly (missing dynamic menu, search field), even if I enable "Allow Scripts Globally". If I disable the plugin, the page is shown complete.
I use NoScript 2.0.9.6 and FF 4.0 Beta 10.
Thanks, limes
sony.de not shown correctly
sony.de not shown correctly
Mozilla/5.0 (Windows NT 5.1; rv:2.0b10) Gecko/20100101 Firefox/4.0b10
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: sony.de not shown correctly
It's a site bug:
They should serve JavaScript with its correct content type, i.e. "text/javascript" or "application/javascript".
As a work-around, you can add ".sony-europe.com" (without quotes, space-separated) to your noscript.inclusionTypeChecking.exceptions about:config preference.
Code: Select all
[NoScript] Blocking cross-site Javascript served from http://wep.sony-europe.com/tbn/odw/de/DE/2.0/?siteid=odw&btnid=null&catid=&subid= with wrong type info application/octet-stream and included by http://www.sony.de/section/home
As a work-around, you can add ".sony-europe.com" (without quotes, space-separated) to your noscript.inclusionTypeChecking.exceptions about:config preference.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Re: sony.de not shown correctly
Thanks for the workaround, it works! (Saves me to use a different browser...)
But: Why doesn't it work if I enable "Allow Scripts Globally"? Shouldn't it not disable JS-TypeChecking also?
But: Why doesn't it work if I enable "Allow Scripts Globally"? Shouldn't it not disable JS-TypeChecking also?
Mozilla/5.0 (Windows NT 5.1; rv:2.0b10) Gecko/20100101 Firefox/4.0b10
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: sony.de not shown correctly
No, that feature has more to do with XSS prevention, which is guaranteed even in "Allow scripts globally" mode.limes wrote:But: Why doesn't it work if I enable "Allow Scripts Globally"? Shouldn't it not disable JS-TypeChecking also?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13