mirror of
https://github.com/amark/gun.git
synced 2026-02-28 22:23:23 +00:00
unbuild
This commit is contained in:
@@ -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!
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user