new composer.lock for red
This commit is contained in:
2
vendor/sabre/http/lib/Request.php
vendored
2
vendor/sabre/http/lib/Request.php
vendored
@@ -301,7 +301,7 @@ class Request extends Message implements RequestInterface {
|
||||
foreach ($value as $v) {
|
||||
if ($key === 'Authorization') {
|
||||
list($v) = explode(' ', $v, 2);
|
||||
$v .= ' REDACTED';
|
||||
$v .= ' REDACTED';
|
||||
}
|
||||
$out .= $key . ": " . $v . "\r\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user