This reverts commit 00dcf1999a.

* * * * *

and now also loads the page with https even if it's supposed to point to
127.0.0.1 and ::1 (when not servfailing for me, but maybe it's purpouse
is to servfail for DNSSEC capable clients).
This commit is contained in:
Aminda Suomalainen 2015-09-03 19:11:17 +03:00
parent 00dcf1999a
commit f06c155c95
1 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,6 @@
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/blog/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} - in English" href="{{ "/blog/feed.en.xml" | prepend: site.baseurl | prepend: site.url }}" />
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} - Suomeksi" href="{{ "/blog/feed.fi.xml" | prepend: site.baseurl | prepend: site.url }}" />
<!-- Help http://validator-search.verisignlabs.com/ -->
<link rel="prefetch" href="https://prefetch.validatorsearch.verisignlabs.com" />
</head>