aboutsummaryrefslogtreecommitdiff
path: root/profiles/addons/noscript/config.json
diff options
context:
space:
mode:
authortilpner2020-06-15 09:53:06 +0200
committertilpner2020-06-15 09:53:06 +0200
commit367b0c114f38d5c332f5ee971ad13dd69e302dec (patch)
treeec0c5ee3e7e1f0a30517599e51bd0c8172635158 /profiles/addons/noscript/config.json
parent2992d92e6ce0d7c96ccded0747d8815d8cfed956 (diff)
downloadfirefox-profiles-367b0c114f38d5c332f5ee971ad13dd69e302dec.tar.gz
firefox-profiles-367b0c114f38d5c332f5ee971ad13dd69e302dec.tar.xz
firefox-profiles-367b0c114f38d5c332f5ee971ad13dd69e302dec.zip
WIP towards module based configuration
Diffstat (limited to 'profiles/addons/noscript/config.json')
-rw-r--r--profiles/addons/noscript/config.json101
1 files changed, 0 insertions, 101 deletions
diff --git a/profiles/addons/noscript/config.json b/profiles/addons/noscript/config.json
deleted file mode 100644
index 57e121d..0000000
--- a/profiles/addons/noscript/config.json
+++ /dev/null
@@ -1,101 +0,0 @@
-{
- "policy": {
- "DEFAULT": {
- "capabilities": [
- "frame",
- "fetch",
- "other",
- "script",
- "object",
- "font",
- "media",
- "webgl",
- "ping"
- ],
- "temp": false
- },
- "TRUSTED": {
- "capabilities": [
- "script",
- "object",
- "media",
- "frame",
- "font",
- "webgl",
- "fetch",
- "ping",
- "other"
- ],
- "temp": false
- },
- "UNTRUSTED": {
- "capabilities": [],
- "temp": false
- },
- "sites": {
- "trusted": [
- "§:addons.mozilla.org",
- "§:afx.ms",
- "§:ajax.aspnetcdn.com",
- "§:ajax.googleapis.com",
- "§:bootstrapcdn.com",
- "§:code.jquery.com",
- "§:firstdata.com",
- "§:firstdata.lv",
- "§:gfx.ms",
- "§:google.com",
- "§:googlevideo.com",
- "§:gstatic.com",
- "§:hotmail.com",
- "§:live.com",
- "§:live.net",
- "§:maps.googleapis.com",
- "§:mozilla.net",
- "§:netflix.com",
- "§:nflxext.com",
- "§:nflximg.com",
- "§:nflxvideo.net",
- "§:noscript.net",
- "§:outlook.com",
- "§:passport.com",
- "§:passport.net",
- "§:passportimages.com",
- "§:paypal.com",
- "§:paypalobjects.com",
- "§:securecode.com",
- "§:securesuite.net",
- "§:sfx.ms",
- "§:tinymce.cachefly.net",
- "§:wlxrs.com",
- "§:yahoo.com",
- "§:yahooapis.com",
- "§:yimg.com",
- "§:youtube.com",
- "§:ytimg.com",
- "§:qwantjunior.com",
- "§:qwant.com"
- ],
- "untrusted": [],
- "custom": {}
- },
- "enforced": true,
- "autoAllowTop": false
- },
- "local": {
- "debug": false,
- "showCtxMenuItem": true,
- "showCountBadge": true,
- "showFullAddresses": false,
- "storage": "local",
- "uuid": "82ea8b50-5fb6-45c2-8748-0dc29c8d2e49"
- },
- "sync": {
- "global": false,
- "xss": true,
- "cascadeRestrictions": false,
- "overrideTorBrowserPolicy": false,
- "clearclick": true,
- "storage": "sync"
- },
- "xssUserChoices": {}
-} \ No newline at end of file