From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 20 Apr 2017 11:11:22 +0000 (+0000)
Subject: Use https in URLs for our website
X-Git-Tag: v_3_0_27~177
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/diff?a=commitdiff_plain;h=bbd036550253068aa71a1a9c651f298ad6bcd549;p=privoxy.git

Use https in URLs for our website
---

diff --git a/default.filter b/default.filter
index 2aa9eb4a..fd5c12ec 100644
--- a/default.filter
+++ b/default.filter
@@ -2,12 +2,12 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.filter,v $
 # 
-#  $Id: default.filter,v 1.93 2016/05/25 10:50:55 fabiankeil Exp $
+#  $Id: default.filter,v 1.94 2016/05/25 10:51:41 fabiankeil Exp $
 #
 #  Purpose     :  Rules to process the content of web pages
 # 
 #  Copyright   :  Written by and Copyright (C) 2001-2014 the
-#                 Privoxy team. http://www.privoxy.org/
+#                 Privoxy team. https://www.privoxy.org/
 #
 #                 This program is free software; you can redistribute it
 #                 and/or modify it under the terms of the GNU General
diff --git a/user.action b/user.action
index 8b7d4550..660f81f5 100644
--- a/user.action
+++ b/user.action
@@ -2,10 +2,10 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/user.action,v $
 # 
-#  $Id: user.action,v 1.12 2011/10/26 19:00:21 fabiankeil Exp $
+#  $Id: user.action,v 1.13 2011/11/06 11:36:01 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 +14,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.