summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkrequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qnetworkrequest.cpp')
-rw-r--r--src/network/access/qnetworkrequest.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp
index a1e17834c0..a02b1fb912 100644
--- a/src/network/access/qnetworkrequest.cpp
+++ b/src/network/access/qnetworkrequest.cpp
@@ -373,10 +373,11 @@ QT_BEGIN_NAMESPACE
Indicates whether the Network Access API should automatically follow a
HTTP redirect response or not.
- \value ManualRedirectPolicy Default value: not following any redirects.
+ \value ManualRedirectPolicy Not following any redirects.
- \value NoLessSafeRedirectPolicy Only "http"->"http", "http" -> "https"
- or "https" -> "https" redirects are allowed.
+ \value NoLessSafeRedirectPolicy Default value: Only "http"->"http",
+ "http" -> "https" or "https" -> "https" redirects
+ are allowed.
\value SameOriginRedirectPolicy Require the same protocol, host and port.
Note, http://example.com and http://example.com:80