mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
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:
@@ -1,7 +1,7 @@
|
||||
httplug:
|
||||
plugins:
|
||||
redirect:
|
||||
preserve_header: true
|
||||
retry:
|
||||
retry: 1
|
||||
|
||||
discovery:
|
||||
client: 'auto'
|
||||
|
||||
Reference in New Issue
Block a user