fix: bypass LinkedIn WAF with standard browser headers
This commit is contained in:
@@ -1471,8 +1471,13 @@
|
||||
"urlMain": "https://lichess.org",
|
||||
"username_claimed": "john"
|
||||
},
|
||||
"LinkedIn": {
|
||||
"LinkedIn": {
|
||||
"errorType": "status_code",
|
||||
"headers": {
|
||||
"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",
|
||||
"Accept-Language": "en-US,en;q=0.9",
|
||||
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8"
|
||||
},
|
||||
"regexCheck": "^[a-zA-Z0-9]{3,100}$",
|
||||
"request_method": "GET",
|
||||
"url": "https://linkedin.com/in/{}",
|
||||
|
||||
Reference in New Issue
Block a user