Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add 1hosts pro #431

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions filters/general/filter_55_1Hosts_Pro/configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "1Hosts (Pro)",
"description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX.",
amacaqueru marked this conversation as resolved.
Show resolved Hide resolved
"homepage": "https://badmojr.github.io/1Hosts/",
"sources": [
{
"name": "1Hosts (Pro)",
"source": "https://o0.pages.dev/Pro/adblock.txt",
"type": "adblock",
"transformations": [
"RemoveModifiers",
amacaqueru marked this conversation as resolved.
Show resolved Hide resolved
"Validate"
]
}
],
"transformations": [
"Deduplicate",
"Compress"
]
}
14 changes: 14 additions & 0 deletions filters/general/filter_55_1Hosts_Pro/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"filterId": "1hosts_pro",
"id": 24,
amacaqueru marked this conversation as resolved.
Show resolved Hide resolved
"name": "1Hosts (Pro)",
"description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX.",
amacaqueru marked this conversation as resolved.
Show resolved Hide resolved
"timeAdded": 1640082678993,
amacaqueru marked this conversation as resolved.
Show resolved Hide resolved
"homepage": "https://badmojr.github.io/1Hosts/",
"expires": "4 days",
"displayNumber": 4,
"environment": "dev",
"tags": [
"purpose:general"
]
}
4 changes: 4 additions & 0 deletions locales/en/filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,9 @@
{
"hostlist.54.name": "HaGeZi's DynDNS Blocklist",
"hostlist.54.description": "Blocks dynamic DNS services to protect against malicious use in phishing campaigns and others."
},
{
"hostlist.55.name": "1Hosts (Pro)",
amacaqueru marked this conversation as resolved.
Show resolved Hide resolved
"hostlist.55.description": "List for blocking pesky ads, trackers, and malware. Strict version: has some minimal breakages, prioritizes privacy & safety (adblocking) over UX."
amacaqueru marked this conversation as resolved.
Show resolved Hide resolved
}
]