Pier Angelo Vendrame pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
dc86ff0c
by John M. Schanck at 2025-10-08T14:14:49+02:00
1 changed file:
Changes:
... | ... | @@ -15007,11 +15007,7 @@ |
15007 | 15007 | # Has no effect unless security.tls.enable_kyber is true.
|
15008 | 15008 | - name: network.http.http3.enable_kyber
|
15009 | 15009 | type: RelaxedAtomicBool
|
15010 | -#ifdef ANDROID
|
|
15011 | - value: @IS_NIGHTLY_BUILD@
|
|
15012 | -#else
|
|
15013 | 15010 | value: true
|
15014 | -#endif
|
|
15015 | 15011 | mirror: always
|
15016 | 15012 | rust: true
|
15017 | 15013 | |
... | ... | @@ -17069,11 +17065,7 @@ |
17069 | 17065 | |
17070 | 17066 | - name: security.tls.enable_kyber
|
17071 | 17067 | type: RelaxedAtomicBool
|
17072 | -#ifdef ANDROID
|
|
17073 | - value: @IS_NIGHTLY_BUILD@
|
|
17074 | -#else
|
|
17075 | 17068 | value: true
|
17076 | -#endif
|
|
17077 | 17069 | mirror: always
|
17078 | 17070 | rust: true
|
17079 | 17071 |