Skip to content

Commit 574aeb4

Browse files
authored
Merge pull request sherlock-project#2824 from vatsalgargg/fix-linkedin-waf
fix: bypass LinkedIn WAF blocking requests (HTTP 999)
2 parents 17c443a + 382bc32 commit 574aeb4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

sherlock_project/resources/data.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,8 +1471,13 @@
14711471
"urlMain": "https://lichess.org",
14721472
"username_claimed": "john"
14731473
},
1474-
"LinkedIn": {
1474+
"LinkedIn": {
14751475
"errorType": "status_code",
1476+
"headers": {
1477+
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
1478+
"Accept-Language": "en-US,en;q=0.9",
1479+
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
1480+
},
14761481
"regexCheck": "^[a-zA-Z0-9]{3,100}$",
14771482
"request_method": "GET",
14781483
"url": "https://linkedin.com/in/{}",

0 commit comments

Comments
 (0)