Skip to content

Commit 13fcb88

Browse files
bmeglidlech
authored andcommitted
convert x3dom to https
converts x3dom css and js urls to https reason - whole page switching to https
1 parent a719dea commit 13fcb88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/page-core/deferred-head-resources.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% if page.enable_x3d_support %}
22
<!-- X3D styles and scripts -->
33
<!-- x3dom.js is nearly 1 MB of data so we only include it if necessary -->
4-
<link rel='stylesheet' type='text/css' href='http://www.x3dom.org/download/1.7.1/x3dom.css'>
5-
<script type='text/javascript' src='http://www.x3dom.org/download/1.7.1/x3dom.js'></script>
4+
<link rel='stylesheet' type='text/css' href='https://www.x3dom.org/download/1.7.1/x3dom.css'>
5+
<script type='text/javascript' src='https://www.x3dom.org/download/1.7.1/x3dom.js'></script>
66
{% endif %}
77

88
<!-- Custom styles -->

0 commit comments

Comments
 (0)