Use https in more places

This commit is contained in:
XhmikosR 2022-03-12 10:31:34 +02:00
parent 218ce3c901
commit 7bf15bf336
6 changed files with 6 additions and 6 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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

View File

@ -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
----------