소스 검색

switches to https for dev testing

David Benson 6 년 전
부모
커밋
e942b08a3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,