Skip to content

Commit 9ddbe58

Browse files
authored
Merge pull request #255 from MartiONE/patch-1
Update README with new datadome URL
2 parents abd8c65 + f21f992 commit 9ddbe58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In the video below, watch as we **bypass some of the best bot detection systems*
4848
-[Cloudflare Web Application Firewall (WAF)](https://nopecha.com/demo/cloudflare)
4949
-[BrowserScan Bot Detection](https://www.browserscan.net/bot-detection)
5050
-[Fingerprint Bot Detection](https://fingerprint.com/products/bot-detection/)
51-
-[Datadome Bot Detection](https://antoinevastel.com/bots/datadome)
51+
-[Datadome Bot Detection]((https://fingerprint-scan.com/))
5252
-[Cloudflare Turnstile CAPTCHA](https://turnstile.zeroclover.io/)
5353

5454
<p align="center">

bot_detection_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_datadome_bot_detection(driver: Driver):
2828
Visits a demo page protected by Datadome.
2929
"""
3030
print("Running Datadome Bot Detection test...")
31-
driver.get("https://antoinevastel.com/bots/datadome")
31+
driver.get("https://fingerprint-scan.com/")
3232
driver.sleep(3)
3333
print("✅ Datadome Bot Detection test completed")
3434

0 commit comments

Comments
 (0)