Docs: Update default redirect policy enumeration

Change-Id: Ia72151cc0fbcb325572e7b623ef9a4b3236d797f
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
bb10
Mårten Nordheim 2020-09-24 11:56:39 +02:00
parent f8474306e5
commit 8c60af6d22
1 changed files with 4 additions and 3 deletions

View File

@ -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