From 6f01a6bfc440100e061a0bc6e7057d674f3a11d5 Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Thu, 27 Jun 2019 09:36:38 -0400 Subject: [PATCH] Removed unecessary permissions from manifest --- proxy/webext/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proxy/webext/manifest.json b/proxy/webext/manifest.json index 8cf43ae..cd7d250 100644 --- a/proxy/webext/manifest.json +++ b/proxy/webext/manifest.json @@ -13,6 +13,5 @@ }, "default_title": "Snowflake", "default_popup": "popup.html" - }, - "permissions": ["cookies", "https://snowflake.torproject.org/"] + } }