Page 1 of 1

Cross Side Javascript exeption for fussball.de site

Posted: Mon Sep 06, 2010 12:31 pm
by Endor
Hi Friends.
On this Site http://www.fussball.de/amateurspiel-des ... 5284/index
NoScript blocks some needed Cross Side JavaScript element.

With NoScript enabled it looks so:
Image

With NoScript disabled it looks so:
Image

Error Console showed this Messages:
Image
I tried to create an exception, but it does not work. I think I made something wrong.
I tried this: ^http://stats\.t-online\.de.

Please help me.
Thanks
Endor

Re: Cross Side Javascript exeption for fussball.de site

Posted: Mon Sep 06, 2010 12:47 pm
by Giorgio Maone
The best solution would be that web site starting to serve its JavaScript files with the correct mime type (text/javascript or application/javascript) rather than abusing text/css.

However you can work-around by adding the following to your noscript.inclusionTypeChecking.exceptions about:config preference:

Code: Select all

stats.t-online.de

Re: Cross Side Javascript exeption for fussball.de site

Posted: Mon Sep 06, 2010 12:56 pm
by Endor
Hi Giorgio

Thank you for the quick answer. Yes I now the side serves the JavaScript files with the wrong mime type.
Thank you for your help. It works now.
Cheers
Endor