assuming the host is the address of the account

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/279/head
Maxence Lange 2018-12-26 22:38:23 -01:00
rodzic 89c8d9718b
commit 7a7462bfe8
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -305,10 +305,7 @@ class SignatureService {
$value = $request->getHeader($key);
if ($key === 'host') {
$value = $request->getInsecureServerHost();
if ($this->configService->getCloudAddress(true) !== $value) {
continue;
}
$value = $this->configService->getCloudAddress(true);
}
$estimated .= "\n" . $key . ': ' . $value;