diff --git a/weburlrequestinterceptor.cpp b/weburlrequestinterceptor.cpp index 48573288..5e190607 100644 --- a/weburlrequestinterceptor.cpp +++ b/weburlrequestinterceptor.cpp @@ -39,8 +39,8 @@ void WebUrlRequestInterceptor::interceptRequest( QWebEngineUrlRequestInfo &info) { return; } -// emit linkClicked( info.requestUrl() ); -// info.block(true); + emit linkClicked( info.requestUrl() ); + info.block(true); } //window.location=audio link