From: XhmikosR Date: Sat, 12 Mar 2022 08:31:34 +0000 (+0200) Subject: Use https in more places X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7bf15bf33644ef13e34dff63beaf8d19387219be;p=stevenblack-hosts.git Use https in more places --- diff --git a/data/add.2o7Net/update.json b/data/add.2o7Net/update.json index 1b8e2b3b4..87cb81936 100644 --- a/data/add.2o7Net/update.json +++ b/data/add.2o7Net/update.json @@ -1,6 +1,6 @@ { "name": "add.2o7Net", - "description": "2o7Net tracking sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content.", + "description": "2o7Net tracking sites based on [hostsfile.org](https://www.hostsfile.org/hosts.html) content.", "homeurl": "https://github.com/FadeMind/hosts.extras", "frequency": "occasionally", "issues": "https://github.com/FadeMind/hosts.extras/issues", diff --git a/data/add.Dead/update.json b/data/add.Dead/update.json index d48e7fe16..5e3148fa3 100644 --- a/data/add.Dead/update.json +++ b/data/add.Dead/update.json @@ -1,6 +1,6 @@ { "name": "add.Dead", - "description": "Dead sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content.", + "description": "Dead sites based on [hostsfile.org](https://www.hostsfile.org/hosts.html) content.", "homeurl": "https://github.com/FadeMind/hosts.extras", "frequency": "occasionally", "issues": "https://github.com/FadeMind/hosts.extras/issues", diff --git a/data/add.Risk/update.json b/data/add.Risk/update.json index 913a976e8..2d623a252 100644 --- a/data/add.Risk/update.json +++ b/data/add.Risk/update.json @@ -1,6 +1,6 @@ { "name": "add.Risk", - "description": "Risk content sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content.", + "description": "Risk content sites based on [hostsfile.org](https://www.hostsfile.org/hosts.html) content.", "homeurl": "https://github.com/FadeMind/hosts.extras", "frequency": "occasionally", "issues": "https://github.com/FadeMind/hosts.extras/issues", diff --git a/data/add.Spam/update.json b/data/add.Spam/update.json index 9e917d195..a120da259 100644 --- a/data/add.Spam/update.json +++ b/data/add.Spam/update.json @@ -1,6 +1,6 @@ { "name": "add.Spam", - "description": "Spam sites based on [hostsfile.org](http://www.hostsfile.org/hosts.html) content.", + "description": "Spam sites based on [hostsfile.org](https://www.hostsfile.org/hosts.html) content.", "homeurl": "https://github.com/FadeMind/hosts.extras", "frequency": "occasionally", "issues": "https://github.com/FadeMind/hosts.extras/issues", diff --git a/readme_template.md b/readme_template.md index b898a2159..0f636bcad 100644 --- a/readme_template.md +++ b/readme_template.md @@ -30,7 +30,7 @@ into a unified hosts file with duplicates removed. A variety of tailored hosts This repository offers [15 different host file variants](https://github.com/StevenBlack/hosts/tree/master/alternates), in addition to the base variant. The **Non GitHub mirror** is the link to use for some hosts file managers like -[Hostsman for Windows](http://www.abelhadigital.com/hostsman/) that don't work +[Hostsman for Windows](https://www.abelhadigital.com/hostsman/) that don't work with GitHub download links. Host file recipe | Readme | Raw hosts | Unique domains | Non GitHub mirror diff --git a/updateHostsFile.py b/updateHostsFile.py index fa387d6f9..670e6ca1a 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -1577,7 +1577,7 @@ def query_yes_no(question, default="yes"): Inspired by the following implementation: - http://code.activestate.com/recipes/577058 + https://code.activestate.com/recipes/577058/ Parameters ----------