Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use https instead of http in urls #266

Merged
merged 1 commit into from
Jun 7, 2019
Merged

Use https instead of http in urls #266

merged 1 commit into from
Jun 7, 2019

Conversation

alanbato
Copy link
Contributor

@alanbato alanbato commented Jun 6, 2019

This PR changes every instance of an http url to its https version for security reasons.

@@ -11,9 +11,9 @@
<title>Hogan.js</title>
<meta name="description" content="">
<meta name="author" content="">
<script src="http://twitter.github.io/hogan.js/builds/{{version}}/hogan-{{version}}.js"></script>
<script src="https://twitter.github.io/hogan.js/builds/{{version}}/hogan-{{version}}.js"></script>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link with version 3.0.2 is broken.

@@ -58,7 +58,7 @@
<p>
Alternatively, drop hogan.js in your browser by adding the following script.
</p>
<pre><code>&lt;script src="http://twitter.github.com/hogan.js/builds/{{version}}/hogan-{{version}}.js"&gt;&lt;/script&gt;</code></pre>
<pre><code>&lt;script src="https://twitter.github.com/hogan.js/builds/{{version}}/hogan-{{version}}.js"&gt;&lt;/script&gt;</code></pre>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link with version 3.0.2 is broken.

@alanbato alanbato merged commit 124a59e into master Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants