Hi !
I have declare few TLDs to be blocked in external privoxy action file (try.action) whose location is declared in main config file (/etc/privoxy/config) with entries:
+hide-user-agent {Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36}
# user-agent that should be available to all sites.
{+hide-referer {block}}
# referrers should be blocked for all sites.
{+block +handle-as-image}
.cm
.io
.info
.
.
so on
{-block -handle-as-image}
http://knowledge.info
# few urls that I dont want to be blocked
Only TLDs are getting blocked, other declartions are not working i.e
1) User-agent is not getting forged
2) How to check whether referrers are blocked or not (without webserver's log)?
3) TLD's are getting blocked.
4)
http://knowledge.info is also getting blocked (whereas it should not).
I know, I am making a silly mistake.
Do declarations 1,2 and 4 need to be declared somewhere else for eg. in default.action file??
PLZ suggest.
Thanks in advance.