pc 프로그램 다운로드 기능 적용
This commit is contained in:
@@ -22,6 +22,16 @@
|
||||
"updater:allow-download-and-install",
|
||||
"process:allow-restart",
|
||||
"process:allow-exit",
|
||||
"opener:default"
|
||||
"opener:default",
|
||||
{
|
||||
"identifier": "http:default",
|
||||
"allow": [
|
||||
{ "url": "http://exdev.co.kr/**" },
|
||||
{ "url": "http://localhost:8080/**" },
|
||||
{ "url": "http://127.0.0.1:8080/**" },
|
||||
{ "url": "https://exdev.co.kr/**" },
|
||||
{ "url": "https://api.upbit.com/**" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user