eec2ffa
diff -up firefox-65.0/netwerk/protocol/http/nsHttpHandler.cpp.fedora-ua firefox-65.0/netwerk/protocol/http/nsHttpHandler.cpp
eec2ffa
--- firefox-65.0/netwerk/protocol/http/nsHttpHandler.cpp.fedora-ua	2019-01-28 14:28:35.806375063 +0100
eec2ffa
+++ firefox-65.0/netwerk/protocol/http/nsHttpHandler.cpp	2019-01-28 14:30:25.886917219 +0100
eec2ffa
@@ -873,6 +873,7 @@ void nsHttpHandler::BuildUserAgent() {
eec2ffa
   mUserAgent.SetCapacity(mLegacyAppName.Length() + mLegacyAppVersion.Length() +
1c8e85a
 #ifndef UA_SPARE_PLATFORM
eec2ffa
                          mPlatform.Length() +
eec2ffa
+                         mPlatform.Length() + 8 +
1c8e85a
 #endif
eec2ffa
                          mOscpu.Length() + mMisc.Length() + mProduct.Length() +
eec2ffa
                          mProductSub.Length() + mAppName.Length() +
eec2ffa
@@ -891,6 +892,7 @@ void nsHttpHandler::BuildUserAgent() {
eec2ffa
   if (!mPlatform.IsEmpty()) {
eec2ffa
     mUserAgent += mPlatform;
eec2ffa
     mUserAgent.AppendLiteral("; ");
eec2ffa
+    mUserAgent.AppendLiteral("Fedora; ");
eec2ffa
   }
1c8e85a
 #endif
eec2ffa
   if (!mCompatDevice.IsEmpty()) {