d417c4
diff -up firefox-35.0.1/mozilla-release/media/webrtc/trunk/Makefile.old firefox-35.0.1/mozilla-release/media/webrtc/trunk/Makefile
d417c4
diff -up firefox-35.0.1/mozilla-release/netwerk/protocol/http/nsHttpHandler.cpp.old firefox-35.0.1/mozilla-release/netwerk/protocol/http/nsHttpHandler.cpp
d417c4
--- firefox-35.0.1/mozilla-release/netwerk/protocol/http/nsHttpHandler.cpp.old	2015-01-23 07:00:06.000000000 +0100
d417c4
+++ firefox-35.0.1/mozilla-release/netwerk/protocol/http/nsHttpHandler.cpp	2015-02-09 16:40:42.983220596 +0100
d417c4
@@ -607,7 +607,7 @@ nsHttpHandler::BuildUserAgent()
d417c4
     mUserAgent.SetCapacity(mLegacyAppName.Length() +
d417c4
                            mLegacyAppVersion.Length() +
d417c4
 #ifndef UA_SPARE_PLATFORM
d417c4
-                           mPlatform.Length() +
d417c4
+                           mPlatform.Length() + 8 +
d417c4
 #endif
d417c4
                            mOscpu.Length() +
d417c4
                            mMisc.Length() +
d417c4
@@ -631,6 +631,7 @@ nsHttpHandler::BuildUserAgent()
d417c4
     if (!mPlatform.IsEmpty()) {
d417c4
       mUserAgent += mPlatform;
d417c4
       mUserAgent.AppendLiteral("; ");
d417c4
+      mUserAgent.AppendLiteral("Fedora; ");
d417c4
     }
d417c4
 #endif
d417c4
     if (!mCompatDevice.IsEmpty()) {