From 0b8ee0f03d1a9c6582f345935885ff293436d513 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Thu, 19 Apr 2012 15:47:52 -0700 Subject: Removed hack that required us to use a bogus url for host permissions. Chrome 18 now sends the "Origin" request header if we request host permissions for http://localhost:/ Setting the new and proper host permissions. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 630963d2..42fe43f4 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "notifications", "webRequest", "webRequestBlocking", - "http://www.google.com/*" + "http://localhost:/" ], "requirements": { "3D": { -- cgit v1.2.3