Commit 293929c0 authored by Michael Brüning's avatar Michael Brüning
Browse files

[Doc] Add doc link between methods for request filtering


Adds a doc link between QWebEngineUrlRequestInterceptor and
QWebEnginePage

Task-number: QTBUG-54507
Change-Id: Ic9aa535fbf19c7c5ccf279ee660adf180057b56b
Reviewed-by: default avatarViktor Engelmann <viktor.engelmann@qt.io>
Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@qt.io>
Showing with 6 additions and 0 deletions
......@@ -99,6 +99,9 @@ ASSERT_ENUMS_MATCH(QtWebEngineCore::WebContentsAdapterClient::OtherNavigation, Q
You can install the interceptor on a profile via QWebEngineProfile::setRequestInterceptor()
or QQuickWebEngineProfile::setRequestInterceptor().
When using the \l{Qt WebEngine Widgets Module}, \l{QWebEnginePage::acceptNavigationRequest()}
offers further options to accept or block requests.
\sa interceptRequest(), QWebEngineUrlRequestInfo
*/
......
......@@ -325,6 +325,9 @@
engine process them by overloading this function. This is necessary when an HTML document is
used as part of the user interface, and not to display external data, for example, when
displaying a list of results.
The \l{QWebEngineUrlRequestInterceptor} class offers further options for intercepting and
manipulating requests.
*/
/*!
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment