morgan pushed to branch tor-browser-140.5.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • toolkit/mozapps/update/updater/updater.cpp
    ... ... @@ -3255,6 +3255,10 @@ int NS_main(int argc, NS_tchar** argv) {
    3255 3255
       putenv(const_cast<char*>("MOZ_USING_SERVICE="));
    
    3256 3256
     #endif
    
    3257 3257
     
    
    3258
    +#if defined(XP_UNIX) && !defined(XP_MACOSX)
    
    3259
    +  unsetenv("FONTCONFIG_PATH");
    
    3260
    +#endif
    
    3261
    +
    
    3258 3262
       if (argc == 2 && NS_tstrcmp(argv[1], NS_T("--channels-allowed")) == 0) {
    
    3259 3263
     #ifdef MOZ_VERIFY_MAR_SIGNATURE
    
    3260 3264
         int rv = PopulategMARStrings();