Skip to content

Commit

Permalink
Merge pull request #34454 from nextcloud/backport/33737/stable24
Browse files Browse the repository at this point in the history
[stable24] Makes untrusted domain error on info
  • Loading branch information
blizzz authored Oct 19, 2022
2 parents 9335ee3 + b5f330f commit 65ff575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ public static function init() {
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',
Expand Down

0 comments on commit 65ff575

Please sign in to comment.