Skip to content

Commit

Permalink
Fetch list over HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Lieuallen committed Oct 10, 2011
1 parent 420e4fb commit 7d81b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publicsuffix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -e

URL="http://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1"
URL="https://mxr.mozilla.org/mozilla-central/source/netwerk/dns/effective_tld_names.dat?raw=1"

# Create the mega list of TLDs as a regular expression.
TLDS=`curl -s "$URL" | \
Expand Down

0 comments on commit 7d81b05

Please sign in to comment.