Skip to content

Commit f97f13b

Browse files
authored
Merge pull request #33737 from andyxheli/patch-4
Makes untrusted domain error on info
2 parents a4c2aee + 12c8123 commit f97f13b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ public static function init() {
802802
if (!$isScssRequest) {
803803
http_response_code(400);
804804

805-
\OC::$server->getLogger()->warning(
805+
\OC::$server->getLogger()->info(
806806
'Trusted domain error. "{remoteAddress}" tried to access using "{host}" as host.',
807807
[
808808
'app' => 'core',

0 commit comments

Comments
 (0)