mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 02:26:14 +03:00
verify hostname for open links
This commit is contained in:
parent
0ce6b3221f
commit
c880a68408
@ -14,7 +14,7 @@
|
||||
"all": false,
|
||||
"shell": {
|
||||
"all": false,
|
||||
"open": true
|
||||
"open": "^https://test.app.gitbutler.com/"
|
||||
},
|
||||
"dialog": {
|
||||
"all": false,
|
||||
|
@ -3,6 +3,11 @@
|
||||
"bundle": {
|
||||
"identifier": "com.gitbutler.app"
|
||||
},
|
||||
"allowlist": {
|
||||
"shell": {
|
||||
"open": "^https://test.app.gitbutler.com/"
|
||||
}
|
||||
},
|
||||
"updater": {
|
||||
"active": true,
|
||||
"dialog": true,
|
||||
|
Loading…
Reference in New Issue
Block a user