The Un-Official Proxomitron Forum
sidki alpha 4 - ie6.css... - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: sidki alpha 4 - ie6.css... (/showthread.php?tid=1634)



sidki alpha 4 - ie6.css... - ProxRocks - Jul. 04, 2010 06:23 PM

if you enable half-ssl and go here - http://https-px-.secure.ingdirect.com/myaccount/INGDirect/login.vm

ie6.css tries to load "direct ssl" instead of "half-ssl"...

the code that loads it is
Code:
<!--[if IE]>
        <link rel="stylesheet" type="text/css" href="https://home.ingdirect.com/css/secure/globals/ie6.css" />
<![endif]-->



RE: sidki alpha 4 - ie6.css... - sidki3003 - Jul. 04, 2010 07:32 PM

There is an updated version of the filter, which i assume is the offending one.
(It doesn't mark Microsoft's conditional comments).

Code:
[Patterns]
Name = "Mark: Comments: HTML     09.11.15 (fail) [sd] (d.r)"
Active = TRUE
URL = "$TST(hCT=*html)(^$TST(volat=*.txt2html:3*))"
Limit = 7
Match = "<!--(^\[if)($SET(comment=1)|$TST(script=*)$SET(comment=2)|$TST(tStyle=1)$SET(comment=3))PrxFail$TST()"
        "|-->$SET(comment=)PrxFail$TST()"



RE: sidki alpha 4 - ie6.css... - ProxRocks - Jul. 04, 2010 08:01 PM

awesome, that fixed it...
many thanks...