Files
dotfiles/url/curlrc
Stefan Imhoff 7cc15cf74f fix: remove user-agent
Using user-agent broke cheat.sh
2024-04-07 10:56:15 +02:00

9 lines
268 B
Plaintext

# Disguise as Googlebot
# user-agent = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
# When following a redirect, automatically set the previous URL as referer.
referer = ";auto"
# Wait 60 seconds before timing out.
connect-timeout = 60