brizental pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser
Commits:
-
ab9812ee
by Beatriz Rizental at 2026-06-03T15:21:47+02:00
1 changed file:
Changes:
| ... | ... | @@ -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 |