From 6d0e41c7176489a0f03f0d99d07070c214714ab4 Mon Sep 17 00:00:00 2001 From: tilpner Date: Mon, 18 May 2020 13:07:00 +0200 Subject: Use NoScript fork to allow preconfiguration --- profiles/addons/noscript/config.json | 101 +++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 profiles/addons/noscript/config.json (limited to 'profiles/addons/noscript') diff --git a/profiles/addons/noscript/config.json b/profiles/addons/noscript/config.json new file mode 100644 index 0000000..57e121d --- /dev/null +++ b/profiles/addons/noscript/config.json @@ -0,0 +1,101 @@ +{ + "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