Merge pull request #33737 from andyxheli/patch-4

Makes untrusted domain error on info
pull/34219/head
Simon L 2 years ago committed by GitHub
commit f97f13b136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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