Skip to content

Commit e672eba

Browse files
authored
Merge pull request #161 from blab/trs/mixed-content-warnings
Fix mixed content warnings by using https:// for embedded resources
2 parents 2915be8 + bf6222c commit e672eba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: auspice/help/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="col-md-9">
2222
<a name="tutorial">
2323
<div class="embed-responsive embed-responsive-16by9">
24-
<iframe allowfullscreen src="http://www.youtube.com/embed/_MZk1DDNjMA?autoplay=0">
24+
<iframe allowfullscreen src="https://www.youtube.com/embed/_MZk1DDNjMA?autoplay=0">
2525
</iframe>
2626
</div>
2727
</a>

Diff for: auspice/methods/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@
197197

198198
<!-- MathJax support -->
199199
<script type="text/javascript"
200-
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
200+
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
201201
<!-- MathJax config -->
202202
<script src="/js/mathjax.config.js"></script>

Diff for: auspice/reports/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232

3333
<!-- MathJax support -->
3434
<script type="text/javascript"
35-
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
35+
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
3636
<!-- MathJax config -->
3737
<script src="/js/mathjax.config.js"></script>

0 commit comments

Comments
 (0)