[tor-commits] [snowflake/master] Removed unecessary permissions from manifest

cohosh at torproject.org cohosh at torproject.org
Tue Jul 2 14:11:01 UTC 2019


commit 6f01a6bfc440100e061a0bc6e7057d674f3a11d5
Author: Cecylia Bocovich <cohosh at 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/"]
+	}
 }





More information about the tor-commits mailing list