summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-27 12:37:48 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-09-29 12:44:17 +0200
commit6bd06fdb35f4ad973a2abaaa35b5c12cbca0d37a (patch)
tree071be5c31dee8fea652a6519c900981dafc3e363 /src/core
parent6f61a3a730e30a59e3c2e5d655699c5a04d84955 (diff)
Note DNS prefetches can overrule remote access permission
Pick-to: 6.4 6.3 Fixes: QTBUG-106967 Change-Id: I0407258403ec3b76ce694e0f592fe57b4f45c746 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/doc/src/qwebenginesettings_lgpl.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/doc/src/qwebenginesettings_lgpl.qdoc b/src/core/doc/src/qwebenginesettings_lgpl.qdoc
index 114a78a9a..5cd1e5419 100644
--- a/src/core/doc/src/qwebenginesettings_lgpl.qdoc
+++ b/src/core/doc/src/qwebenginesettings_lgpl.qdoc
@@ -81,7 +81,8 @@
Enables support for the HTML 5 local storage feature. Enabled by default.
\value LocalContentCanAccessRemoteUrls
Allows local origin documents to access remote resources that would normally be blocked.
- Disabled by default.
+ Disabled by default. Note DnsPrefetchEnabled below operates independently of this setting,
+ and can if enabled, cause remote accesses from local content.
\value XSSAuditingEnabled
Obsolete and has no effect.
\value SpatialNavigationEnabled