X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=user.action;h=4d93a804eec5d181df3f2ee6622270103b9c176b;hp=84d315281d1bea83df5bb91dc2b22d6ee2578a92;hb=a2f8296e90e9bc3c4e4fa50c9b42e3f12bce24ca;hpb=8bc6d3ab2c5f115c77b112ca2d528b2c21aab1db diff --git a/user.action b/user.action index 84d31528..4d93a804 100644 --- a/user.action +++ b/user.action @@ -1,11 +1,9 @@ ###################################################################### # -# File : $Source: /cvsroot/ijbswa/current/user.action,v $ +# File : user.action # -# $Id: user.action,v 1.11 2011/10/26 19:00:11 fabiankeil Exp $ -# # Purpose : User-maintained actions file, see -# http://www.privoxy.org/user-manual/actions-file.html +# https://www.privoxy.org/user-manual/actions-file.html # ###################################################################### @@ -14,7 +12,7 @@ # safe from updates to default.action.) Later defined actions always # take precedence, so anything defined here should have the last word. -# See http://www.privoxy.org/user-manual/actions-file.html, or the +# See https://www.privoxy.org/user-manual/actions-file.html, or the # comments in default.action, for an explanation of what an "action" is # and what each action does. @@ -174,7 +172,7 @@ www.example.com/nasty-ads/sponsor.gif # Redirect Destination = http://online.wsj.com/article/SB10001424052970204485304576640791304008536.html # Ignore = Yes # -#{+redirect{s@(&url=http[^&]*)&.*$@$1@} +fast-redirects{check-decoded-url}} +#{+fast-redirects{check-decoded-url}} #news.google.com/news/url.*&url=http.*& # Enable the following section (not the regression-test directives) @@ -195,3 +193,12 @@ www.example.com/nasty-ads/sponsor.gif # #{+block{Facebook "like" and similar tracking URLs.}} #www.facebook.com/(extern|plugins)/(login_status|like(box)?|activity|fan)\.php + +######### Examples for SSL actions ######### +# Following section enables TLS/SSL filtering for all sites defined by pattern and requested by HTTPS. +# {+https-inspection} +# privoxy.org + +# Following section turns off certificate verification for all sites defined by pattern. +# {+ignore-certificate-errors} +# privoxy.org