morgan pushed to branch base-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • netwerk/protocol/http/nsHttpHandler.cpp
    ... ... @@ -863,7 +863,7 @@ void nsHttpHandler::BuildUserAgent() {
    863 863
       mUserAgent += '/';
    
    864 864
       mUserAgent += mProductSub;
    
    865 865
     
    
    866
    -  bool isFirefox = mAppName.EqualsLiteral("Firefox");
    
    866
    +  bool isFirefox = true;
    
    867 867
       if (isFirefox || mCompatFirefoxEnabled) {
    
    868 868
         // "Firefox/x.y" (compatibility) app token
    
    869 869
         mUserAgent += ' ';