Selaa lähdekoodia

switches to https for dev testing

David Benson 6 vuotta sitten
vanhempi
commit
e942b08a3b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/webapp/electron.js

+ 1 - 1
src/main/webapp/electron.js

@@ -37,7 +37,7 @@ function createWindow (opt = {})
 	let wurl = url.format(
 	{
 		pathname: __DEV__ ? 'test.draw.io' : 'www.draw.io',
-		protocol: __DEV__ ? 'http' : 'https:',
+		protocol: 'https:',
 		query:
 		{
 			'test': __DEV__ ? 1 : 0,