From c7b060dee758eaedb54e84a54bd671f5e48f54c4 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Fri, 28 Sep 2012 21:44:26 +0200 Subject: 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). --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 14d8b239..eade0839 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,8 @@ "webRequestBlocking", "http://tetsubo.org/*", "clipboardRead", - "clipboardWrite" + "clipboardWrite", + "http://localhost/*" ], "requirements": { "3D": { -- cgit v1.2.3