From 57b426233004fe7c174ecab07e7a7c419ad0a1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Helebrant?= Date: Tue, 22 Jan 2019 16:08:29 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20'dns'=20permission=20(supported=20in?= =?UTF-8?q?=20FF=20only=E2=80=A6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/app/manifest.json b/app/manifest.json index 540c354..a72894f 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -32,7 +32,6 @@ "persistent": true, "permissions": [ "storage", - "dns", "tabs", "webRequest", "webRequestBlocking", -- GitLab