install.fairie/home/dot_config/dot_curlrc

15 lines
429 B
Text
Raw Normal View History

2023-07-10 20:50:17 -07:00
# Follow redirects
--location
# User Agent
-A "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13"
# Headers
-H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
-H "Upgrade-Insecure-Requests: 1"
2024-01-13 10:41:44 -08:00
# -H "Accept-Encoding: gzip, deflate, sdch"
2023-07-10 20:50:17 -07:00
-H "Accept-Language: en-US,en;q=0.8"
# Allow certificate failures
2024-01-13 10:43:18 -08:00
# --insecure