Merge pull request #34454 from nextcloud/backport/33737/stable24

[stable24] Makes untrusted domain error on info
This commit is contained in:
blizzz 2022-10-19 11:03:20 +02:00 committed by GitHub
commit 65ff575be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -795,7 +795,7 @@ class OC {
if (!$isScssRequest) {
http_response_code(400);
\OC::$server->getLogger()->warning(
\OC::$server->getLogger()->info(
'Trusted domain error. "{remoteAddress}" tried to access using "{host}" as host.',
[
'app' => 'core',