Skip to content

Commit

Permalink
chore(chrome): add to block list
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Dec 12, 2024
1 parent ca8d5e0 commit aa1aff6
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider"
version = "2.21.15"
version = "2.21.16"
authors = [
"j-mendez <[email protected]>"
]
Expand Down
2 changes: 1 addition & 1 deletion spider_chrome/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider_chrome"
version = "2.21.15"
version = "2.21.16"
rust-version = "1.70"
authors = [
"j-mendez <[email protected]>"
Expand Down
1 change: 1 addition & 0 deletions spider_chrome/src/handler/blockers/scripts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ lazy_static::lazy_static! {
"https://log.medietall.no/analytics.js",
"https://lwadm.com/lw/pbjs?",
"https://cl.k5a.io/",
"https://cdn-cookieyes.com/",
".sharethis.com",
".newrelic.com",
".googlesyndication.com",
Expand Down
2 changes: 2 additions & 0 deletions spider_chrome/src/handler/blockers/xhr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ lazy_static::lazy_static! {
"https://conf.config-security.com/model",
"https://sumome.com/api/load/",
"https://public-api.wordpress.com/geo/",
"https://events.api.secureserver.net/",
"https://csp.secureserver.net/eventbus",
"https://doh.cq0.co/resolve",
".wixapps.net/api/v1/bulklog",
"https://error-analytics-sessions-production.shopifysvc.com/",
Expand Down
2 changes: 1 addition & 1 deletion spider_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider_cli"
version = "2.21.15"
version = "2.21.16"
authors = [
"j-mendez <[email protected]>"
]
Expand Down
2 changes: 1 addition & 1 deletion spider_transformations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider_transformations"
version = "2.21.15"
version = "2.21.16"
authors = [
"j-mendez <[email protected]>"
]
Expand Down
2 changes: 1 addition & 1 deletion spider_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider_utils"
version = "2.21.15"
version = "2.21.16"
authors = [
"j-mendez <[email protected]>"
]
Expand Down
2 changes: 1 addition & 1 deletion spider_worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider_worker"
version = "2.21.15"
version = "2.21.16"
authors = [
"j-mendez <[email protected]>"
]
Expand Down

0 comments on commit aa1aff6

Please sign in to comment.