Allow to use another icons in dark mode

PR #18435.
This commit is contained in:
Vladimir Golovnev 2023-02-07 22:07:15 +03:00 committed by GitHub
parent 22ea508ff6
commit 72ac92ec68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 365 additions and 209 deletions

View file

@ -554,7 +554,7 @@ Http::Response WebApplication::processRequest(const Http::Request &request, cons
// block suspicious requests
if ((m_isCSRFProtectionEnabled && isCrossSiteRequest(m_request))
|| (m_isHostHeaderValidationEnabled && !validateHostHeader(m_domainList)))
{
{
throw UnauthorizedHTTPError();
}