summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-09-05 13:30:41 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-09-05 13:30:41 +0200
commit082819109a9589157a1a9dbe3b09a85de6221b4f (patch)
tree384bd832c1392a81c0c0f13a83912a688fb9fc2c /src
parent20555210e74c67de028dfcca1559e9839e626c76 (diff)
parente00041659a938b72e52c575338655264dc97b0bb (diff)
Merge remote-tracking branch 'origin/5.13.1' into 5.13
Diffstat (limited to 'src')
-rw-r--r--src/webengine/doc/src/qtwebengine-features.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/webengine/doc/src/qtwebengine-features.qdoc b/src/webengine/doc/src/qtwebengine-features.qdoc
index 08c189740..00b9cb496 100644
--- a/src/webengine/doc/src/qtwebengine-features.qdoc
+++ b/src/webengine/doc/src/qtwebengine-features.qdoc
@@ -126,7 +126,9 @@
so uniquely identifies the user and might violate privacy expectations.
To activate support for client certificates, an application needs to listen to
- the QWebEnginePage::selectClientCertificate signal and select one of the offered
+ the QWebEnginePage::selectClientCertificate or
+ \l{WebEnginePage::selectClientCertificate}{WebEnginePage.selectClientCertificate}
+ signals and select one of the offered
certificates. For applications that can navigate to untrusted web sites, it is
recommended to always give the user a choice before uniquely identifying them
to a remote server.