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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/base.php

+1-1
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)