X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2FUrlRequestInterceptor.cpp;h=10f986200b9e60cd546c6fd63dc8310947edd432;hp=12be0ed944dae1f6d60bf558bb5ed7d2371fdd69;hb=16118809a11aa423f453a03c47f5263e9dd8b662;hpb=0a7bcc3ab2d2a1015f29293fc9c527c1448a86cf diff --git a/src/UrlRequestInterceptor.cpp b/src/UrlRequestInterceptor.cpp index 12be0ed..10f9862 100644 --- a/src/UrlRequestInterceptor.cpp +++ b/src/UrlRequestInterceptor.cpp @@ -41,7 +41,7 @@ void UrlRequestInterceptor::interceptRequest(QWebEngineUrlRequestInfo &urlReques // Reapply the domain settings if the host is changing. if (requestingHost != requestedHost) { - emit applyDomainSettings(); + emit applyDomainSettings(requestedHost); } }