Post Reply 
Filter not working on some web pages
Dec. 15, 2008, 02:12 AM
Post: #11
RE: Filter not working on some web pages
It works...use your filter and mine, both.
I made a config with only these two filters and works.

Proxomitron, by itself won't filter applications, so we need to change the content type from application to text, thats all Wink

This is the cfg file, load it:
Code:
##
## Proxomitron Config File
##

[Global]
Enable = TRUE
FreezeGIF = FALSE
FilterHTML = TRUE
FilterHeadersOut = TRUE
FilterHeadersIn = TRUE
EnableProxy = FALSE
EnableAutoRun = FALSE
ForceTextures = FALSE
NoTextures = TRUE
SysTray = TRUE
UseSSLeay = FALSE
PriorityBoost = TRUE
Port = 8080
MaxCapURL = 100

[WinSizes]

[Blocklists]

[HTTP headers]
In = TRUE
Out = FALSE
Key = "Content-Type: Fix application javascripts (better use fix mime-types) 081213{ln} (in)"
URL = "$RESP(200*)(^local.ptron/*.js)"
Match = "application/javascript"
Replace = "text/javascript $LOG(C$DTM(c): Content-Type: Fix application javascripts)"


[Patterns]
Name = "Fix Turbotax system check"
Active = TRUE
Multi = TRUE
Limit = 256
Match = "return (YELLOW|RED)"
Replace = "return GREEN"


[Proxies]
OpenLog = TRUE
Count = 1
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Filter not working on some web pages - lnminente - Dec. 15, 2008 02:12 AM

Forum Jump: