Skip to content
Snippets Groups Projects
Commit e942b08a authored by David Benson's avatar David Benson
Browse files

switches to https for dev testing

parent 0f173092
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment