We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe72f81 commit ac66dabCopy full SHA for ac66dab
ctbcap
@@ -31,7 +31,7 @@ defaulting_args() {
31
[ -n "${CUT_TIME}" ] || CUT_TIME=3600
32
33
# https://jnrbsn.github.io/user-agents/user-agents.json
34
- [ -n "${UA}" ] || UA='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'
+ [ -n "${UA}" ] || UA='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'
35
36
# Edging Mode.
37
# Delay initial requests to servers to avoid time-specific request waves caused by large-scale deployments.
0 commit comments