X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=user.action;h=4d93a804eec5d181df3f2ee6622270103b9c176b;hp=8b7d45506d92aadf67a8036ad9902210a6ac872b;hb=5d67369224f780b21d94cacf31dbcdf288c7ed6c;hpb=71410075c1e24aba25baf6d4e8ce8b5b057533a2 diff --git a/user.action b/user.action index 8b7d4550..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.12 2011/10/26 19:00:21 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. @@ -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