Post Reply 
SSL warnings --> images & css
Jan. 02, 2013, 06:37 PM (This post was last modified: Jan. 25, 2013 02:24 PM by ProxRocks.)
Post: #1
SSL warnings --> images & css
i've noticed recently that some of the "certificate errors" that Proxo pops up from time to time are all 'favicon' .ico files...

(try Huffington Post in Half-SSL mode as an example [not the home page itself, but articles linked from the home page, most of those articles will have a DOZEN {not exaggerating} "favicon" files]... <and each and EVERY ONE OF THEM will pop up a "certificate error"... axe the favicon.ico, whoala, NO CERTIFICATE ERROR Smile! >)


here's what i'm currently using to axe any and ALL of those D@MN "favicon" files Smile!
(the first one is a header filter, the second two are web page filters...)
Code:
In = FALSE
Out = TRUE
Key = "Cookie: 3 Kill FavIcon Requests (Out) [add]"
URL = "*/favicon.ico"
Replace = "killed FavIcon request\k"

Name = "Block: FavIcon Cookies [add]"
Active = TRUE
URL = "$IHDR(Content-Type: (*(html|xml)*))"
Bounds = "<link\s[^>]++re(l|v)=$AV((shortcut |)icon)[^>]+>"
Limit = 300
Match = "*"

Name = "Block: FavIcon Images [add]"
Active = TRUE
URL = "($TST(hCT=*html)|$TYPE(js))(^$TST(keyword=*.(a_track|a_bug).*))"
Bounds = "<i(mg|nput|mage)\s*>(^\=)"
Limit = 2048
Match = "*(favicon|no-image).ico*"
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
SSL warnings --> images & css - ProxRocks - Jan. 02, 2013 06:37 PM
RE: SSL warnings --> images - ProxRocks - Jan. 08, 2013, 12:10 PM
RE: SSL warnings --> images - Oddysey - Jan. 09, 2013, 01:07 AM
RE: SSL warnings --> images & css - ProxRocks - Jan. 25, 2013, 02:31 PM
RE: SSL warnings --> images & css - ProxRocks - Jan. 30, 2013, 01:34 PM
RE: SSL warnings --> images & css - ProxRocks - Jan. 30, 2013, 04:02 PM
RE: SSL warnings --> images & css - ProxRocks - Jan. 30, 2013, 09:31 PM
RE: SSL warnings --> images & css - ProxRocks - Jan. 30, 2013, 09:57 PM
RE: SSL warnings --> images & css - chatterer - Feb. 03, 2013, 11:38 AM
RE: SSL warnings --> images & css - ProxRocks - Feb. 04, 2013, 11:33 AM

Forum Jump: