Skip to content

Commit

Permalink
Fix safari 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Dec 31, 2023
1 parent 091628e commit 6cce0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/curl_safari17_0
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dir=${0%/*}
-H 'Sec-Fetch-Site: none' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Sec-Fetch-Mode: navigate' \
-H 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1' \
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Sec-Fetch-Dest: document' \
--http2 \
Expand Down
2 changes: 1 addition & 1 deletion tests/targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
- - minicurl
- CURL_IMPERSONATE: safari17_0
- libcurl-impersonate-chrome
- safari_17.2_macOS
- safari_17.0_macOS
- - minicurl
- CURL_IMPERSONATE: safari17_2_ios
- libcurl-impersonate-chrome
Expand Down

0 comments on commit 6cce0ce

Please sign in to comment.