Pier Angelo Vendrame pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
28d2cf6f
by Pier Angelo Vendrame at 2023-03-13T08:32:39+01:00
-
505e43a7
by Pier Angelo Vendrame at 2023-03-13T08:33:33+01:00
2 changed files:
Changes:
... | ... | @@ -24,6 +24,7 @@ ac_add_options --disable-debug |
24 | 24 | ac_add_options --disable-rust-debug
|
25 | 25 | |
26 | 26 | ac_add_options --disable-updater
|
27 | +ac_add_options --disable-verify-mar
|
|
27 | 28 | ac_add_options --disable-crashreporter
|
28 | 29 | ac_add_options --disable-webrtc
|
29 | 30 | ac_add_options --disable-parental-controls
|
... | ... | @@ -2,9 +2,6 @@ |
2 | 2 | |
3 | 3 | mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser"
|
4 | 4 | |
5 | -ac_add_options --disable-tor-browser-update
|
|
6 | -ac_add_options --disable-verify-mar
|
|
7 | - |
|
8 | 5 | if test ! -z "$LOCAL_DEV_BUILD"; then
|
9 | 6 | ac_add_options --with-tor-browser-version=dev-build
|
10 | 7 | fi |