diff options
author | John Mayhew | 2012-04-19 15:47:52 -0700 |
---|---|---|
committer | John Mayhew | 2012-04-19 15:47:52 -0700 |
commit | 0b8ee0f03d1a9c6582f345935885ff293436d513 (patch) | |
tree | 09d8ed2336f2a2cf3858a8c2e368c8d504ddc657 | |
parent | 38c44dc9663dab7d8863d7101f705bf0f791cf80 (diff) | |
download | ninja-0b8ee0f03d1a9c6582f345935885ff293436d513.tar.gz |
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.
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 630963d2..42fe43f4 100644 --- a/manifest.json +++ b/manifest.json | |||
@@ -15,7 +15,7 @@ | |||
15 | "notifications", | 15 | "notifications", |
16 | "webRequest", | 16 | "webRequest", |
17 | "webRequestBlocking", | 17 | "webRequestBlocking", |
18 | "http://www.google.com/*" | 18 | "http://localhost:/" |
19 | ], | 19 | ], |
20 | "requirements": { | 20 | "requirements": { |
21 | "3D": { | 21 | "3D": { |