From 8c60af6d22ef8a5eddfa9cd58da103f01b97240b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Thu, 24 Sep 2020 11:56:39 +0200 Subject: Docs: Update default redirect policy enumeration Change-Id: Ia72151cc0fbcb325572e7b623ef9a4b3236d797f Reviewed-by: Timur Pocheptsov --- src/network/access/qnetworkrequest.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3