Browse Source

switches to https for dev testing

David Benson 6 years ago
parent
commit
e942b08a3b
1 changed files with 1 additions and 1 deletions
  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(
 	let wurl = url.format(
 	{
 	{
 		pathname: __DEV__ ? 'test.draw.io' : 'www.draw.io',
 		pathname: __DEV__ ? 'test.draw.io' : 'www.draw.io',
-		protocol: __DEV__ ? 'http' : 'https:',
+		protocol: 'https:',
 		query:
 		query:
 		{
 		{
 			'test': __DEV__ ? 1 : 0,
 			'test': __DEV__ ? 1 : 0,