Add impersonation support for Safari 15.5

This commit is contained in:
lwthiker
2022-07-05 08:22:07 +03:00
parent d417eb5c5c
commit e5670826ba
6 changed files with 179 additions and 2 deletions

View File

@@ -120,6 +120,16 @@
},
"binary": "curl-impersonate-chrome",
"wrapper_script": "curl_safari15_3"
},
{
"name": "safari15_5",
"browser": {
"name": "safari",
"version": "15.5",
"os": "macos12.4"
},
"binary": "curl-impersonate-chrome",
"wrapper_script": "curl_safari15_5"
}
]
}