Files
David BuchmannandGitHub 7e5703e380 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.
2019-11-18 10:41:42 +01:00

15 lines
277 B
YAML

httplug:
plugins:
retry:
retry: 1
discovery:
client: 'auto'
clients:
app:
http_methods_client: true
plugins:
- 'httplug.plugin.content_length'
- 'httplug.plugin.redirect'