summaryrefslogtreecommitdiff
path: root/pelican/tests/output/basic/oh-yeah.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2015-06-02 08:35:12 -0700
committerJustin Mayer <entroP@gmail.com>2015-06-02 08:35:12 -0700
commit940eb76b7f70b1c9c7f833d5328d44cb19bde406 (patch)
treef88fc2b5ca1a488c453f76a2cb8cd8633b8a426d /pelican/tests/output/basic/oh-yeah.html
parent389d0cec5260f54cb9024deb2ea713885636f2de (diff)
downloadpelican-940eb76b7f70b1c9c7f833d5328d44cb19bde406.tar.gz
Load external resources via HTTPS when available
This replaces all `http://` and `//:` links with `https:`. The protocol- relative URL scheme is now deemed to be an anti-pattern. There are security advantages to using HTTPS, and there are no significant performance concerns. In short, if the asset we need is available via HTTPS, then that asset should always be loaded via HTTPS. Fixes #1736
Diffstat (limited to 'pelican/tests/output/basic/oh-yeah.html')
-rw-r--r--pelican/tests/output/basic/oh-yeah.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican/tests/output/basic/oh-yeah.html b/pelican/tests/output/basic/oh-yeah.html
index 76be69fe..caeb8ddb 100644
--- a/pelican/tests/output/basic/oh-yeah.html
+++ b/pelican/tests/output/basic/oh-yeah.html
@@ -7,7 +7,7 @@
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="A Pelican Blog Atom Feed" />
<!--[if IE]>
- <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+ <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>