diff options
author | Pacien TRAN-GIRARD | 2012-09-28 21:44:26 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2012-09-28 21:44:26 +0200 |
commit | c7b060dee758eaedb54e84a54bd671f5e48f54c4 (patch) | |
tree | b06d4c0dfb1191afae24479aae633d01f9b422b3 | |
parent | ecf92afeb32d71f2fdc599127f1e07a954c9d52f (diff) | |
download | ninja-c7b060dee758eaedb54e84a54bd671f5e48f54c4.tar.gz |
Enable cross-origin XMLHttpRequest for localhost (workaround for Ninja
Go Local Cloud that doesn't have the proper header due to a bug with
unclean URLs).
-rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 14d8b239..eade0839 100644 --- a/manifest.json +++ b/manifest.json | |||
@@ -18,7 +18,8 @@ | |||
18 | "webRequestBlocking", | 18 | "webRequestBlocking", |
19 | "http://tetsubo.org/*", | 19 | "http://tetsubo.org/*", |
20 | "clipboardRead", | 20 | "clipboardRead", |
21 | "clipboardWrite" | 21 | "clipboardWrite", |
22 | "http://localhost/*" | ||
22 | ], | 23 | ], |
23 | "requirements": { | 24 | "requirements": { |
24 | "3D": { | 25 | "3D": { |