verify hostname for open links

This commit is contained in:
Nikita Galaiko 2023-02-21 11:44:09 +01:00
parent 0ce6b3221f
commit c880a68408
No known key found for this signature in database
GPG Key ID: EBAB54E845BA519D
2 changed files with 67 additions and 62 deletions

View File

@ -14,7 +14,7 @@
"all": false,
"shell": {
"all": false,
"open": true
"open": "^https://test.app.gitbutler.com/"
},
"dialog": {
"all": false,

View File

@ -3,6 +3,11 @@
"bundle": {
"identifier": "com.gitbutler.app"
},
"allowlist": {
"shell": {
"open": "^https://test.app.gitbutler.com/"
}
},
"updater": {
"active": true,
"dialog": true,