qutebrowser: Grant permissions to sipgate webphone
This commit is contained in:
parent
1d9cc1dc17
commit
cf8ad77f6c
|
@ -22,8 +22,10 @@ let
|
||||||
"https://meet.jalr.de"
|
"https://meet.jalr.de"
|
||||||
];
|
];
|
||||||
permissionAudio = [
|
permissionAudio = [
|
||||||
|
"https://app.sipgate.com"
|
||||||
] ++ permissionVideo; # capturing video almost always also requires capturing audio
|
] ++ permissionVideo; # capturing video almost always also requires capturing audio
|
||||||
permissionNotifications = [
|
permissionNotifications = [
|
||||||
|
"https://app.sipgate.com"
|
||||||
"https://chat.sbruder.de"
|
"https://chat.sbruder.de"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue