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

Commits:

1 changed file:

Changes:

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