Post Reply 
Path Blocking with Metacharacters
Aug. 11, 2015, 12:11 PM (This post was last modified: Aug. 11, 2015 12:15 PM by Faxopita.)
Post: #6
RE: Path Blocking Using Wildcard Characters
(Aug. 11, 2015 10:56 AM)cattleyavns Wrote:  
Code:
/.*?=(?:.{32}|.{40})(?:$|&)

Like my /.{300} above, use this filter carefully.

For example, I had to protect wikipedia.org through…
Code:
{ +block{Web Beacon} }
   /.{300}
   /.*?=(?:.{32}|.{40})(?:$|&)

{ -block{Web Beacon} }
   .wikipedia.org

Result returned after using Wikipedia search field is blocked otherwise.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Path Blocking with Metacharacters - Faxopita - Aug. 10, 2015, 10:19 PM
RE: Path Blocking Using Wildcard Characters - Faxopita - Aug. 11, 2015 12:11 PM

Forum Jump: