brizental pushed to branch mullvad-browser-152.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • toolkit/components/moz.build
    ... ... @@ -143,8 +143,9 @@ if CONFIG["MOZ_BUILD_APP"] == "browser":
    143 143
             DIRS += ["normandy"]
    
    144 144
         DIRS += ["messaging-system"]
    
    145 145
     
    
    146
    -if CONFIG["MOZ_BUILD_APP"] != "comm/mail":
    
    147
    -    DIRS += ["ipprotection"]
    
    146
    +# tor-browser#44528 Disable IP protection feature
    
    147
    +# if CONFIG["MOZ_BUILD_APP"] != "comm/mail":
    
    148
    +#     DIRS += ["ipprotection"]
    
    148 149
     
    
    149 150
     DIRS += ["nimbus"]
    
    150 151