Have Qt handle redirects.
authorCamila Ayres <hello@camilasan.com>
Thu, 30 May 2024 14:35:49 +0000 (16:35 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Mon, 1 Jul 2024 14:35:06 +0000 (16:35 +0200)
commit16dd1bf7d359a350cd386356f7e9bcfa1a096fe6
treee7299dcd97e2b54f9c4fb73518395307c239d4f8
parent92da8094341408bf17bb756f230588254a16de2a
Have Qt handle redirects.

We have set QNetworkRequest::RedirectPolicyAttribute to QNetworkRequest::NoLessSafeRedirectPolicy:
the Network Access API should automatically follow a HTTP redirect response.

Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/owncloudsetupwizard.cpp
src/libsync/abstractnetworkjob.cpp