From 7bf15bf33644ef13e34dff63beaf8d19387219be Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 12 Mar 2022 10:31:34 +0200 Subject: [PATCH] Use https in more places --- data/add.2o7Net/update.json | 2 +- data/add.Dead/update.json | 2 +- data/add.Risk/update.json | 2 +- data/add.Spam/update.json | 2 +- readme_template.md | 2 +- updateHostsFile.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 ----------