commit 6f01a6bfc440100e061a0bc6e7057d674f3a11d5 Author: Cecylia Bocovich cohosh@torproject.org Date: Thu Jun 27 09:36:38 2019 -0400
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/"] + } }
tor-commits@lists.torproject.org