From 367b0c114f38d5c332f5ee971ad13dd69e302dec Mon Sep 17 00:00:00 2001 From: tilpner Date: Mon, 15 Jun 2020 09:53:06 +0200 Subject: WIP towards module based configuration --- profiles/addons/noscript/config.json | 101 ----------------------------------- 1 file changed, 101 deletions(-) delete mode 100644 profiles/addons/noscript/config.json (limited to 'profiles/addons/noscript/config.json') 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 -- cgit v1.2.3