summaryrefslogtreecommitdiffstats
path: root/application/basilisk/app/permissions
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-06-04 13:17:38 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-06-04 13:17:38 +0200
commita1be17c1cea81ebb1e8b131a662c698d78f3f7f2 (patch)
treea92f7de513be600cc07bac458183e9af40e00c06 /application/basilisk/app/permissions
parentbf11fdd304898ac675e39b01b280d39550e419d0 (diff)
downloadUXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.gz
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.lz
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.xz
UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.zip
Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk
Diffstat (limited to 'application/basilisk/app/permissions')
-rw-r--r--application/basilisk/app/permissions15
1 files changed, 15 insertions, 0 deletions
diff --git a/application/basilisk/app/permissions b/application/basilisk/app/permissions
new file mode 100644
index 000000000..cf0aa22fb
--- /dev/null
+++ b/application/basilisk/app/permissions
@@ -0,0 +1,15 @@
+# This file has default permissions for the permission manager.
+# The file-format is strict:
+# * matchtype \t type \t permission \t host
+# * "origin" should be used for matchtype, "host" is supported for legacy reasons
+# * type is a string that identifies the type of permission (e.g. "cookie")
+# * permission is an integer between 1 and 15
+# See nsPermissionManager.cpp for more...
+
+# XPInstall
+origin install 1 https://addons.mozilla.org
+origin install 1 https://testpilot.firefox.com
+
+# Remote troubleshooting
+origin remote-troubleshooting 1 https://input.mozilla.org
+origin remote-troubleshooting 1 https://support.mozilla.org