We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a719dea commit 13fcb88Copy full SHA for 13fcb88
1 file changed
_includes/page-core/deferred-head-resources.html
@@ -1,8 +1,8 @@
1
{% if page.enable_x3d_support %}
2
<!-- X3D styles and scripts -->
3
<!-- 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>
+<link rel='stylesheet' type='text/css' href='https://www.x3dom.org/download/1.7.1/x3dom.css'>
+<script type='text/javascript' src='https://www.x3dom.org/download/1.7.1/x3dom.js'></script>
6
{% endif %}
7
8
<!-- Custom styles -->
0 commit comments