From e15e56c65a07b5b39c9f781099909469d65eefba Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 3 Jun 2020 16:21:09 +0530 Subject: make permissions work for firefox --- src/webex/permissions.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/webex/permissions.ts (limited to 'src/webex/permissions.ts') diff --git a/src/webex/permissions.ts b/src/webex/permissions.ts new file mode 100644 index 000000000..57ca6dc66 --- /dev/null +++ b/src/webex/permissions.ts @@ -0,0 +1,20 @@ +/* + This file is part of GNU Taler + (C) 2020 Taler Systems S.A. + + GNU Taler is free software; you can redistribute it and/or modify it under the + terms of the GNU General Public License as published by the Free Software + Foundation; either version 3, or (at your option) any later version. + + GNU Taler is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR + A PARTICULAR PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along with + GNU Taler; see the file COPYING. If not, see + */ + +export const extendedPermissions = { + permissions: ["webRequest", "webRequestBlocking"], + origins: ["http://*/*", "https://*/*"], +}; \ No newline at end of file -- cgit v1.2.3