From 154429371253f08d7c13247055e76b5c229f903a Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Thu, 4 Jun 2015 08:57:47 -0700 Subject: Fix broken web profile posting. --- indra/newview/llwebprofile.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra') 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, LLPointersetWantHeaders(true); + httpOpts->setFollowRedirects(false); // Get upload configuration data. std::string configUrl(getProfileURL(std::string()) + "snapshots/s3_upload_config"); -- cgit v1.2.3