[Solved: inclusion type checking] Help with XSS exception

Ask for help about NoScript, no registration needed to post
User avatar
bege
Junior Member
Posts: 29
Joined: Fri May 21, 2010 4:28 pm
Location: Germany

[Solved: inclusion type checking] Help with XSS exception

Post by bege »

I read about regex and related posts here, nevertheless I cannot find the correct exception for this blocking:

[NoScript] Blocking cross-site Javascript served from https://www.img-bahn.de/appcontent/json ... de_DEU.txt with wrong type info text/plain and included by https://reiseauskunft.bahn.de/bin/query ... 1&OK#focus

The exception should include second level domains as https://fahrkarten.bahn.de (https://*.bahn.de/*)

NoScript does not show a message for this blocking although the respective box is checked. Is that correct?

This blocking also happens with XSS deactivated. Why?

I use NoScript 2.9.0.14 in Firefox 49.0.2 on Windows 7 Professional 64 bit SP1
Last edited by bege on Sat Nov 12, 2016 6:11 pm, edited 1 time in total.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
barbaz
Senior Member
Posts: 11064
Joined: Sat Aug 03, 2013 5:45 pm

Re: Help with XSS exception

Post by barbaz »

That's not the XSS filter, that's inclusion type checking.

about:config > noscript.inclusionTypeChecking.exceptions
add on the end, separate by a single whitespace

Code: Select all

.img-bahn.de/appcontent/jsonp/*.txt
*Always* check the changelogs BEFORE updating that important software!
-
User avatar
bege
Junior Member
Posts: 29
Joined: Fri May 21, 2010 4:28 pm
Location: Germany

Re: Help with XSS exception

Post by bege »

Thank you very much :)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
barbaz
Senior Member
Posts: 11064
Joined: Sat Aug 03, 2013 5:45 pm

Re: [Solved: inclusion type checking] Help with XSS exceptio

Post by barbaz »

You're welcome! Image
*Always* check the changelogs BEFORE updating that important software!
-
Post Reply