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 cac3473 commit fcc7875
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 13 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.18"
version = "2.21.19"
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.18"
version = "2.21.19"
rust-version = "1.70"
authors = [
"j-mendez <[email protected]>"
Expand Down
1 change: 0 additions & 1 deletion spider_chrome/src/handler/blockers/tcgplayer_blockers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ lazy_static::lazy_static! {
"https://mpapi.tcgplayer.com/v2/kickbacks?active=true",
"https://homepage.marketplace.tcgplayer.com/sitealert.json",
"https://infinite-api.tcgplayer.com/signup/?",
"https://features.tcgplayer.com/v1/optimizely/Variation/",
"https://mpapi.tcgplayer.com/v2/address/countryCodes?mpfev=3031"
];
for pattern in &patterns {
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.18"
version = "2.21.19"
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.18"
version = "2.21.19"
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.18"
version = "2.21.19"
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.18"
version = "2.21.19"
authors = [
"j-mendez <[email protected]>"
]
Expand Down

0 comments on commit fcc7875

Please sign in to comment.