From: eldy <> Date: Sat, 1 Dec 2001 19:41:32 +0000 (+0000) Subject: Add "styles=" into WordsToCleanSearchUrl X-Git-Tag: AWSTATS_1_0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5125d31b99e969a795257bf68a54caa8aed737c7;p=thirdparty%2FAWStats.git Add "styles=" into WordsToCleanSearchUrl --- diff --git a/wwwroot/cgi-bin/db/search_engines.pl b/wwwroot/cgi-bin/db/search_engines.pl index c75203a0..8f287cf0 100644 --- a/wwwroot/cgi-bin/db/search_engines.pl +++ b/wwwroot/cgi-bin/db/search_engines.pl @@ -99,7 +99,7 @@ "evreka\.passagen\.se","q=" # Minor swedish search engines ); # If no rules are known, this will be used to clean URL of not keyword parameters. -@WordsToCleanSearchUrl= ("act=","annuaire=","btng=","categoria=","cfg=","cof=","cou=","cp=","dd=","domain=","dt=","dw=","exec=","geo=","hc=","height=","hl=","hq=","hs=","id=","kl=","lang=","loc=","lr=","matchmode=","medor=","message=","meta=","mode=","order=","page=","par=","pays=","pg=","pos=","prg=","qc=","refer=","sa=","safe=","sc=","sort=","src=","start=","stype=","sum=","tag=","temp=","theme=","url=","user=","width=","what=","\\.x=","\\.y=","y=","look="); +@WordsToCleanSearchUrl= ("act=","annuaire=","btng=","categoria=","cfg=","cof=","cou=","cp=","dd=","domain=","dt=","dw=","exec=","geo=","hc=","height=","hl=","hq=","hs=","id=","kl=","lang=","loc=","lr=","matchmode=","medor=","message=","meta=","mode=","order=","page=","par=","pays=","pg=","pos=","prg=","qc=","refer=","sa=","safe=","sc=","sort=","src=","start=","style=","stype=","sum=","tag=","temp=","theme=","url=","user=","width=","what=","\\.x=","\\.y=","y=","look="); # Never put the following exclusion ("ask=","claus=","general=","kw=","keyword=","MT","p=","q=","qr=","qt=","query=","s=","search=","searchText=","string=","su=","w=") because they are strings that contain keywords we're looking for.