You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by rf...@apache.org on 2017/09/18 20:37:17 UTC

incubator-senssoft-useralejs git commit: Added all_urls permission to enable cross origin requests in content script

Repository: incubator-senssoft-useralejs
Updated Branches:
  refs/heads/SENSSOFT-192 8a7dd2012 -> a4c714c47


Added all_urls permission to enable cross origin requests in content script


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/commit/a4c714c4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/tree/a4c714c4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/diff/a4c714c4

Branch: refs/heads/SENSSOFT-192
Commit: a4c714c473a81bf3915ade3e528a097fc274477d
Parents: 8a7dd20
Author: Rob Foley <ro...@gmail.com>
Authored: Mon Sep 18 16:37:03 2017 -0400
Committer: Rob Foley <ro...@gmail.com>
Committed: Mon Sep 18 16:37:03 2017 -0400

----------------------------------------------------------------------
 src/UserALEWebExtension/manifest.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-useralejs/blob/a4c714c4/src/UserALEWebExtension/manifest.json
----------------------------------------------------------------------
diff --git a/src/UserALEWebExtension/manifest.json b/src/UserALEWebExtension/manifest.json
index 208f8d4..09efca5 100644
--- a/src/UserALEWebExtension/manifest.json
+++ b/src/UserALEWebExtension/manifest.json
@@ -9,7 +9,8 @@
   "permissions": [
     "activeTab",
     "storage",
-    "tabs"
+    "tabs",
+    "<all_urls>"
   ],
   "background": {
     "scripts": ["background.js"]