morgan pushed to branch base-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
    ... ... @@ -3107,6 +3107,10 @@ int NS_main(int argc, NS_tchar** argv) {
    3107 3107
       putenv(const_cast<char*>("MOZ_USING_SERVICE="));
    
    3108 3108
     #endif
    
    3109 3109
     
    
    3110
    +#if defined(XP_UNIX) && !defined(XP_MACOSX)
    
    3111
    +  unsetenv("FONTCONFIG_PATH");
    
    3112
    +#endif
    
    3113
    +
    
    3110 3114
       if (argc == 2 && NS_tstrcmp(argv[1], NS_T("--channels-allowed")) == 0) {
    
    3111 3115
     #ifdef MOZ_VERIFY_MAR_SIGNATURE
    
    3112 3116
         int rv = PopulategMARStrings();