diff options
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llwebprofile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llwebprofile.cpp b/indra/newview/llwebprofile.cpp index a9a4573eea..727c9ffb18 100755 --- a/indra/newview/llwebprofile.cpp +++ b/indra/newview/llwebprofile.cpp @@ -112,6 +112,7 @@ void LLWebProfile::uploadImageCoro(LLCoros::self& self, LLPointer<LLImageFormatt } httpOpts->setWantHeaders(true); + httpOpts->setFollowRedirects(false); // Get upload configuration data. std::string configUrl(getProfileURL(std::string()) + "snapshots/s3_upload_config"); |