avoid dangerous example config in recipe

preserving headers on redirects includes a potential security risk because on redirect to a different domain credential headers would be leaked.
This commit is contained in:
David Buchmann
2019-11-18 10:41:42 +01:00
committed by GitHub
parent 855ff7c175
commit 7e5703e380
@@ -1,7 +1,7 @@
httplug:
plugins:
redirect:
preserve_header: true
retry:
retry: 1
discovery:
client: 'auto'