mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Merge pull request #34454 from nextcloud/backport/33737/stable24
[stable24] Makes untrusted domain error on info
This commit is contained in:
commit
65ff575be5
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue