Post Reply 
The base config
Dec. 22, 2008, 05:22 PM
Post: #17
RE: The base config
(Dec. 22, 2008 11:19 AM)z12 Wrote:  Perhaps we should use two different names for clarity.
Many people doesn't knows what is a framework, me for example, i heard it many times and i have an idea about what it is. Could be more confussing changing the name now, but if framework is the correct name for this, let's call it correctly.

(Dec. 22, 2008 11:19 AM)z12 Wrote:  Content-Type: Filter xhtml as text/html: By default proxo doesn't filter xhtml. Probably the easiest way to do this.

Maybe this will help. Not matching when not needed: text/(css|html|javascript|plain), but in other text/* will match Smile!
Code:
[HTTP headers]
In = TRUE
Out = FALSE
Key = "Content-Type: Enable filtering by Content-Type {ln}081222 (in)"
URL = "(^local.ptron/*)"
Match = "(text/(^css|html|javascript|plain)*)\1"
Replace = "\1$FILTER(true)$LOG(w$DTM(c): Enable filtering by Content-Type (\1) in \u)"

(Dec. 22, 2008 11:19 AM)z12 Wrote:  Content Sniffer: At a minimum, checks if page is html or not.
Check Start Html: Arrange head tags so code can be safely injected. Marks where to insert head code.
Inject Head Code: Inject default js, css. Filter specific js & css could be injected afterwards.
Mark End Html: Useful for identifying the real end of page.
Identify "InScript": Probably a two part filter, one at top and bottom of web filters.
Take a look to the "html zones"
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
The base config - lnminente - Dec. 17, 2008, 05:06 PM
RE: The base config - bugger - Dec. 18, 2008, 05:27 AM
RE: The base config - lnminente - Dec. 18, 2008, 07:54 PM
RE: The base config - lnminente - Dec. 18, 2008, 10:36 PM
RE: The base config - ProxRocks - Dec. 18, 2008, 11:51 PM
RE: The base config - lnminente - Dec. 19, 2008, 11:24 AM
RE: The base config - z12 - Dec. 20, 2008, 03:22 PM
RE: The base config - ProxRocks - Dec. 20, 2008, 03:58 PM
RE: The base config - lnminente - Dec. 20, 2008, 04:07 PM
RE: The base config - ProxRocks - Dec. 20, 2008, 04:23 PM
RE: The base config - lnminente - Dec. 20, 2008, 04:34 PM
RE: The base config - ProxRocks - Dec. 20, 2008, 10:46 PM
RE: The base config - lnminente - Dec. 21, 2008, 01:18 AM
RE: The base config - Kye-U - Dec. 21, 2008, 03:30 AM
RE: The base config - lnminente - Dec. 21, 2008, 05:43 PM
RE: The base config - z12 - Dec. 22, 2008, 11:19 AM
RE: The base config - lnminente - Dec. 22, 2008 05:22 PM
RE: The base config - lnminente - Dec. 22, 2008, 08:21 PM
RE: The base config - z12 - Dec. 23, 2008, 04:06 PM
RE: The base config - lnminente - Dec. 24, 2008, 01:01 PM
RE: The base config - Siamesecat - Dec. 25, 2008, 07:33 AM
RE: The base config - lnminente - Dec. 25, 2008, 11:52 AM
RE: The base config - z12 - Dec. 26, 2008, 12:10 PM
RE: The base config - lnminente - Jan. 10, 2009, 01:58 AM
RE: The base config - sidki3003 - Jan. 10, 2009, 01:36 PM
RE: The base config - lnminente - Jan. 10, 2009, 02:24 PM
RE: The base config - lnminente - Jan. 17, 2009, 01:46 AM
RE: The base config - sidki3003 - Jan. 17, 2009, 05:58 PM
RE: The base config - lnminente - Jan. 17, 2009, 07:46 PM
RE: The base config - sidki3003 - Jan. 17, 2009, 07:56 PM
RE: The base config - lnminente - Jan. 17, 2009, 08:03 PM
RE: The base config - sidki3003 - Jan. 17, 2009, 08:18 PM
RE: The base config - lnminente - Feb. 10, 2009, 10:36 PM
RE: The base config - lnminente - Feb. 15, 2009, 12:15 AM
RE: The base config - Kye-U - Feb. 15, 2009, 02:30 AM
RE: The base config - lnminente - Feb. 15, 2009, 03:11 AM
RE: The base config - lnminente - Feb. 17, 2009, 04:41 PM
RE: The base config - lnminente - May. 04, 2009, 11:55 AM
RE: The base config - sidki3003 - May. 04, 2009, 05:43 PM
RE: The base config - lnminente - May. 16, 2009, 04:31 PM
RE: The base config - sidki3003 - May. 16, 2009, 08:55 PM
RE: The base config - lnminente - May. 17, 2009, 02:54 AM

Forum Jump: