Add ublock cfg

This commit is contained in:
Alexander Schäferdiek 2020-06-07 15:57:58 +02:00
parent ea5d5419c4
commit fa1f50b79b
2 changed files with 65 additions and 0 deletions

View file

@ -8,6 +8,8 @@ Based on [https://www.privacy-handbuch.de/handbuch_21.htm](https://www.privacy-h
## Recommended extensions ## Recommended extensions
For the uBlock plugin import the `ublock-config-1.txt` for proper settings.
``` ```
uBlock Origin (ads) uBlock Origin (ads)
HTTPZ or HTTPS Everywhere (automatically redirect to the Secure version of a website) HTTPZ or HTTPS Everywhere (automatically redirect to the Secure version of a website)

63
firefox/ublock-config-1.txt Executable file
View file

@ -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"
}