diff --git a/filters/general/filter_58_1Hosts_Pro/configuration.json b/filters/general/filter_58_1Hosts_Pro/configuration.json new file mode 100644 index 00000000000..9f5839e95b3 --- /dev/null +++ b/filters/general/filter_58_1Hosts_Pro/configuration.json @@ -0,0 +1,19 @@ +{ + "name": "1Hosts (Pro)", + "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com.", + "homepage": "https://badmojr.github.io/1Hosts/", + "sources": [ + { + "name": "1Hosts (Pro)", + "source": "https://o0.pages.dev/Pro/adblock.txt", + "type": "adblock", + "transformations": [ + "Validate", + ] + } + ], + "transformations": [ + "Deduplicate", + "Compress" + ] + } \ No newline at end of file diff --git a/filters/general/filter_58_1Hosts_Pro/metadata.json b/filters/general/filter_58_1Hosts_Pro/metadata.json new file mode 100644 index 00000000000..32aa74baec3 --- /dev/null +++ b/filters/general/filter_58_1Hosts_Pro/metadata.json @@ -0,0 +1,14 @@ +{ + "filterId": "1hosts_pro", + "id": 58, + "name": "1Hosts (Pro)", + "description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com.", + "timeAdded": 1711997270992, + "homepage": "https://badmojr.github.io/1Hosts/", + "expires": "4 days", + "displayNumber": 4, + "environment": "dev", + "tags": [ + "purpose:general" + ] + } \ No newline at end of file diff --git a/locales/en/filters.json b/locales/en/filters.json index 42a9f20c8ed..5d3030c314c 100644 --- a/locales/en/filters.json +++ b/locales/en/filters.json @@ -215,8 +215,12 @@ "hostlist.56.name": "HaGeZi's The World's Most Abused TLDs", "hostlist.56.description": "The Top Most Abused Top Level Domains, merged from HaGeZi, Yokoffing, DandelionSprout and SpamHAUS." }, + { + "hostlist.58.name": "1Hosts (Pro)", + "hostlist.58.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX e.g blocks graph.facebook.com." + }, { "hostlist.59.name": "AdGuard DNS Popup Hosts filter", "hostlist.59.description": "Filter includes rules for sites that open in a new window, composed from AdGuard, EasyList, ABPindo filters and improved for compatibility with DNS-level pop-up blocking." } -] \ No newline at end of file +]