summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-06-04 08:57:47 -0700
committerRider Linden <rider@lindenlab.com>2015-06-04 08:57:47 -0700
commit154429371253f08d7c13247055e76b5c229f903a (patch)
treeaea48f96ea4d9bf0d47c8df55580741403344f46 /indra
parentfac351f8f22028bb83a4ebce926979d90ce9301c (diff)
Fix broken web profile posting.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llwebprofile.cpp1
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");