Browse Source

Merge pull request #33737 from andyxheli/patch-4

Makes untrusted domain error on info
tags/v26.0.0beta1
Simon L 1 year ago
parent
commit
f97f13b136
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/base.php

+ 1
- 1
lib/base.php View File

@@ -802,7 +802,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…
Cancel
Save