Skip to content

Commit

Permalink
Removed list which didn't align with the goals of this project
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb2091 committed Mar 14, 2024
1 parent 528fab6 commit 4dcb5af
Show file tree
Hide file tree
Showing 10 changed files with 17,265 additions and 9,285 deletions.
19 changes: 15 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ tokio = { version = "1", features = [
], optional = true }
tokio-util = { version = "0.7", optional = true }
tower = { version = "0.4", optional = true }
tower-http = { version = "0.5", features = ["fs"], optional = true }
wasm-bindgen = { version = "=0.2.91", default-features = false, optional = true }
tower-http = { version = "0.5", features = [
"fs",
"compression-br",
"decompression-br",
], optional = true }
wasm-bindgen = { version = "=0.2.92", default-features = false, optional = true }
thiserror = "1"
http = "1"
csv = { version = "1.3.0", optional = true }
Expand All @@ -43,7 +47,7 @@ sqlx = { version = "0.7", features = [
"postgres",
"ipnetwork",
], optional = true }
reqwest = { version = "0.11.25", features = [
reqwest = { version = "0.11.26", features = [
"native-tls",
"brotli",
], default-features = false, optional = true }
Expand All @@ -68,6 +72,9 @@ metrics = { version = "0.22", optional = true }
metrics-exporter-prometheus = { version = "0.13.1", default-features = false, features = [
"push-gateway",
], optional = true }
clap = { version = "4.5.2", features = ["derive"], optional = true }
rand = {version = "0.8", optional = true}
toml = {version = "0.8", optional = true}

[features]
hydrate = [
Expand All @@ -94,15 +101,19 @@ ssr = [
"dep:reqwest",
"dep:dotenvy",
"dep:mimalloc",
"dep:hickory-resolver",
"dns_resolver",
"dep:notify",
"dep:async-channel",
"dep:tokio-tungstenite",
"dep:serde_json",
"dep:futures",
"dep:metrics",
"dep:metrics-exporter-prometheus",
"dep:clap",
"dep:rand",
"dep:toml",
]
dns_resolver = ["dep:hickory-resolver"]
default = ["ssr"]

# Defines a size-optimized profile for the WASM bundle in release mode
Expand Down
1 change: 0 additions & 1 deletion filterlists.csv
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ ABPindo,https://raw.githubusercontent.com/ABPindo/indonesianadblockrules/master/
,https://raw.githubusercontent.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites/master/hacked-domains.list,Mitchell Krog,MIT,86400,DomainBlocklist
,https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt,,Public Domain,86400,DomainBlocklist
,https://raw.githubusercontent.com/ligyxy/Blocklist/master/BLOCKLIST,,MIT,86400,DomainBlocklist
,https://raw.githubusercontent.com/bjornstar/hosts/master/hosts,,The Unlicense,86400,Hostfile
,https://raw.githubusercontent.com/EFForg/privacybadger/master/src/data/yellowlist.txt,,GPLv3+,86400,DomainAllowlist
,https://cdn.jsdelivr.net/gh/realodix/AdBlockID@master/dist/adblockid.adfl.txt,,,86400,Adblock
,https://blocklists.kitsapcreator.com/scam-spam.txt,,The Unlicense,86400,DomainBlocklist
Expand Down
Loading

0 comments on commit 4dcb5af

Please sign in to comment.