a
This commit is contained in:
parent
14af1ab2bf
commit
f03fe0e542
2 changed files with 19 additions and 0 deletions
17
hosts/daedalus/finicky.js
Normal file
17
hosts/daedalus/finicky.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
module.exports = {
|
||||
defaultBrowser: "Safari",
|
||||
handlers: [
|
||||
{
|
||||
match: /^https?:\/\/gitlab\.com\/.*$/,
|
||||
browser: "Vivaldi.app"
|
||||
},
|
||||
{
|
||||
match: /^https?:\/\/.*\.atlassian\.com\/.*$/,
|
||||
browser: "Vivaldi.app"
|
||||
},
|
||||
{
|
||||
match: undefined,
|
||||
browser: "Safari"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue