install.fairie/home/dot_config/dot_curlrc

14 lines
426 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"
-H "Accept-Encoding: gzip, deflate, sdch"
-H "Accept-Language: en-US,en;q=0.8"
# Allow certificate failures
# --insecure