Page 1 of 1

unable to do anything with .us.intellitxt.com

Posted: Thu Sep 15, 2011 12:07 am
by Gazer75
I can't allow, temp allow or mark as untrusted the intellitxt script on forums.sinsofasolarempire.com
Can't even middle click to open up the info page.

Haven't seen this script on other sites I use so can't verify if this is isolated to this website or not.

Re: unable to do anything with .us.intellitxt.com

Posted: Thu Sep 15, 2011 12:32 am
by therube
True, but I think it is a bug in the page?

Note the proceeding dot.

Seemingly it should be, view-source:http://us.intellitxt.com/intellitxt/front.asp?ipid=0
& not http://.us.intellitxt.com/intellitxt/front.asp?ipid=0


Or maybe NoScript should not be seeing it as a domain, or should truncate the initial dot?

Re: unable to do anything with .us.intellitxt.com

Posted: Thu Sep 15, 2011 3:55 am
by al_9x
the leading "." makes it an invalid host name,
Gecko rejects it and doesn't try to resolve it. I am guessing that this determination currently happens just before name resolution and therefore after content policy checking. Giorgio, would you say that's a Gecko bug? Shouldn't invalid host names be rejected before the content policy? But since evidently they are not, you probably need to do this check yourself and hide them?