Skip to content

Commit d244597

Browse files
onemadgeekdead-claudia
authored andcommitted
Fix mixed content error. (#2383)
Mixed Content: The page at 'https://cdn.rawgit.com/MithrilJS/mithril.js/master/examples/threaditjs/index.html' was loaded over HTTPS, but requested an insecure stylesheet 'http://threaditjs.com/reset.css'. This request has been blocked; the content must be served over HTTPS.
1 parent 32f7d1c commit d244597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threaditjs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<div id="app"></div>
12-
<script src="http://threaditjs.com/shared.js"></script>
12+
<script src="//threaditjs.com/shared.js"></script>
1313
<script src="../../module/module.js"></script>
1414
<script src="../../mithril.js"></script>
1515
<script src="app.js"></script>

0 commit comments

Comments
 (0)