Skip to content

Commit 11531c6

Browse files
committed
Replacing http by https in cornify.js import, to avoid insecure mixed content issues in some hosting providers
1 parent 359b569 commit 11531c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

12 - Key Sequence Detection/index-FINISHED.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Key Detection</title>
6-
<script type="text/javascript" src="http://www.cornify.com/js/cornify.js"></script>
6+
<script type="text/javascript" src="https://www.cornify.com/js/cornify.js"></script>
77
</head>
88
<body>
99
<script>

12 - Key Sequence Detection/index-START.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Key Detection</title>
6-
<script type="text/javascript" src="http://www.cornify.com/js/cornify.js"></script>
6+
<script type="text/javascript" src="https://www.cornify.com/js/cornify.js"></script>
77
</head>
88
<body>
99
<script>

0 commit comments

Comments
 (0)