mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
preserving headers on redirects includes a potential security risk because on redirect to a different domain credential headers would be leaked.
15 lines
277 B
YAML
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'
|