This commit is contained in:
Mark Nadal
2018-06-26 13:06:29 -07:00
parent d6160dca12
commit 736a530bcc
22 changed files with 315 additions and 309 deletions

View File

@@ -4,7 +4,7 @@
if(location.protocol.indexOf('s') < 0
&& location.host.indexOf('localhost') < 0
&& location.protocol.indexOf('file:') < 0){
location.protocol = 'https:';
location.protocol = 'https:'; // WebCrypto does NOT work without HTTPS!
}
}