From 154429371253f08d7c13247055e76b5c229f903a Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Thu, 4 Jun 2015 08:57:47 -0700
Subject: [PATCH] Fix broken web profile posting.

---
 indra/newview/llwebprofile.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llwebprofile.cpp b/indra/newview/llwebprofile.cpp
index a9a4573eea4..727c9ffb18a 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");
-- 
GitLab