From fa1f50b79bd60b4e3c851424e942d5d50ab9df37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Sch=C3=A4ferdiek?= Date: Sun, 7 Jun 2020 15:57:58 +0200 Subject: [PATCH] Add ublock cfg --- firefox/README.md | 2 ++ firefox/ublock-config-1.txt | 63 +++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100755 firefox/ublock-config-1.txt diff --git a/firefox/README.md b/firefox/README.md index 52f74b8..63092c9 100755 --- a/firefox/README.md +++ b/firefox/README.md @@ -8,6 +8,8 @@ Based on [https://www.privacy-handbuch.de/handbuch_21.htm](https://www.privacy-h ## Recommended extensions +For the uBlock plugin import the `ublock-config-1.txt` for proper settings. + ``` uBlock Origin (ads) HTTPZ or HTTPS Everywhere (automatically redirect to the Secure version of a website) diff --git a/firefox/ublock-config-1.txt b/firefox/ublock-config-1.txt new file mode 100755 index 0000000..f7978ea --- /dev/null +++ b/firefox/ublock-config-1.txt @@ -0,0 +1,63 @@ +{ + "timeStamp": 1523827842850, + "version": "1.15.24", + "userSettings": { + "advancedUserEnabled": true, + "alwaysDetachLogger": false, + "autoUpdate": true, + "cloudStorageEnabled": false, + "collapseBlocked": true, + "colorBlindFriendly": false, + "contextMenuEnabled": true, + "dynamicFilteringEnabled": true, + "externalLists": "", + "firewallPaneMinimized": true, + "hyperlinkAuditingDisabled": true, + "ignoreGenericCosmeticFilters": false, + "largeMediaSize": 50, + "parseAllABPHideFilters": true, + "prefetchingDisabled": true, + "requestLogMaxEntries": 1000, + "showIconBadge": false, + "tooltipsDisabled": true, + "webrtcIPAddressHidden": true + }, + "selectedFilterLists": [ + "DEU-0", + "fanboy-social", + "fanboy-thirdparty_social", + "malware-1", + "disconnect-malvertising", + "fanboy-enhanced", + "easyprivacy", + "adguard-spyware", + "easylist", + "adguard-mobile", + "adguard-generic", + "awrl-0", + "ublock-unbreak", + "ublock-abuse", + "ublock-privacy", + "ublock-badware", + "ublock-annoyances", + "ublock-filters", + "user-filters" + ], + "hiddenSettings": { + "assetFetchTimeout": 30, + "autoUpdateAssetFetchPeriod": 120, + "autoUpdatePeriod": 7, + "ignoreRedirectFilters": false, + "ignoreScriptInjectFilters": false, + "streamScriptInjectFilters": false, + "manualUpdateAssetFetchPeriod": 2000, + "popupFontSize": "unset", + "suspendTabsUntilReady": false, + "userResourcesLocation": "unset" + }, + "netWhitelist": "about-scheme\nchrome-extension-scheme\nchrome-scheme\nfritz.box\nmail.protonmail.com\nmoz-extension-scheme\noffice.mailbox.org\nopera-scheme\nposteo.de\nspeedport.ip\nvivaldi-scheme", + "dynamicFilteringString": "behind-the-scene * * noop\nbehind-the-scene * inline-script noop\nbehind-the-scene * 1p-script noop\nbehind-the-scene * 3p-script noop\nbehind-the-scene * 3p-frame noop\nbehind-the-scene * image noop\nbehind-the-scene * 3p noop", + "urlFilteringString": "", + "hostnameSwitchesString": "no-csp-reports: * true\nno-large-media: behind-the-scene false\nno-csp-reports: noscript-csp.invalid false\n* * 3p-frame block", + "userFilters": "||127.*^$important,third-party\n||10.*^$important,third-party\n||192.168.*^$important,third-party\n||172.16.*^$important,third-party\n||172.17.*^$important,third-party\n||172.18.*^$important,third-party\n||172.19.*^$important,third-party\n||172.20.*^$important,third-party\n||172.21.*^$important,third-party\n||172.22.*^$important,third-party\n||172.23.*^$important,third-party\n||172.24.*^$important,third-party\n||172.25.*^$important,third-party\n||172.26.*^$important,third-party\n||172.27.*^$important,third-party\n||172.28.*^$important,third-party\n||172.29.*^$important,third-party\n||172.30.*^$important,third-party\n||172.31.*^$important,third-party\n||localhost^$important,third-party\n||speedport.ip^$important,third-party\n||fritz.box^$important,third-party\n||fritz.nas^$important,third-party\n||*.fritz.box^$important,third-party\n||giga.cube^$important,third-party\n||easy.box^$important,third-party\n||connect.box^$important,third-party\n||*.local/^$important,third-party\n||fonts.googleapis.com$important,third-party\n" +}