diff options
author | Rider Linden <rider@lindenlab.com> | 2015-06-04 08:57:47 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-06-04 08:57:47 -0700 |
commit | 154429371253f08d7c13247055e76b5c229f903a (patch) | |
tree | aea48f96ea4d9bf0d47c8df55580741403344f46 /indra/newview | |
parent | fac351f8f22028bb83a4ebce926979d90ce9301c (diff) |
Fix broken web profile posting.
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"); |