dotfiles/dotconfig/httpie/config.json

7 lines
105 B
JSON

{
"default_options": [
"--follow",
"--max-redirects=3",
"--verify=no"
]
}