Browse Source

Update someonewhocares.org to use HTTPS (#1003)

http requests to someonewhocares.org now responds with 302 redirects to the secure version - so just use the https version to start with
pull/2/head
Raymond Hill 6 years ago
committed by GitHub
parent
commit
5c3e8c6863
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      assets/assets.json

4
assets/assets.json

@ -40,10 +40,10 @@
"updateAfter": 11, "updateAfter": 11,
"title": "Dan Pollock’s hosts file", "title": "Dan Pollock’s hosts file",
"contentURL": [ "contentURL": [
"http://someonewhocares.org/hosts/hosts",
"https://someonewhocares.org/hosts/hosts",
"assets/thirdparties/someonewhocares.org/hosts/hosts.txt" "assets/thirdparties/someonewhocares.org/hosts/hosts.txt"
], ],
"supportURL": "http://someonewhocares.org/hosts/"
"supportURL": "https://someonewhocares.org/hosts/"
}, },
"hphosts": { "hphosts": {
"content": "filters", "content": "filters",

Loading…
Cancel
Save