diff options
author | Simon L <szaimen@e.mail.de> | 2022-01-26 18:28:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 18:28:17 +0100 |
commit | d23de2653e8f4d9402c6d165891c0a1b875a5e88 (patch) | |
tree | 9c37396a91e96454e53ee487312452a6f28b7a88 /lib | |
parent | d50c84325db629dd1d3456c91e4e2c062913312d (diff) | |
parent | e6d9ef2e38daffcab808eaa41b18ab16c6253b97 (diff) | |
download | nextcloud-server-d23de2653e8f4d9402c6d165891c0a1b875a5e88.tar.gz nextcloud-server-d23de2653e8f4d9402c6d165891c0a1b875a5e88.zip |
Merge pull request #30832 from nextcloud/untrusted_domains_warning
Makes untrusted domain error a warning.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 6578d506796..3c10f7cb33a 100644 --- a/lib/base.php +++ b/lib/base.php @@ -775,7 +775,7 @@ class OC { if (!$isScssRequest) { http_response_code(400); - \OC::$server->getLogger()->info( + \OC::$server->getLogger()->warning( 'Trusted domain error. "{remoteAddress}" tried to access using "{host}" as host.', [ 'app' => 'core', |