Made message signing in Cryptography use SHA512 as the message content for... #1

Closed
netkas wants to merge 421 commits from master into dev
Showing only changes of commit 9eeab95e4d - Show all commits

View file

@ -192,7 +192,7 @@
*/
public function isExternal(): bool
{
return $this->username === 'host' && $this->server !== Configuration::getInstanceConfiguration()->getDomain();
return $this->username === 'host' || $this->server !== Configuration::getInstanceConfiguration()->getDomain();
}
/**