- Jan 20, 2025
-
-
ma1 authored
-
- Jan 16, 2025
- Jan 14, 2025
-
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
GeckoView had the same problem, but the variable is not used anymore, so I removed the line rather than fix it.
-
- Jan 13, 2025
-
-
Pier Angelo Vendrame authored
-
Beatriz Rizental authored
-
- Dec 19, 2024
-
-
Cecylia Bocovich authored
A small update to the CDN url to point to the right default bridge.
-
morgan authored
-
morgan authored
-
Azure might stop supporting Domain Fronting from Januar 15, let's add a second meek bridge so there is an alternative to it when it gets blocked. * Related: tpo/anti-censorship/team#155
-
- Dec 12, 2024
-
-
boklm authored
When abi 4.0 file not available, loading the apparmor profile is failing. But the profile is only useful on Ubuntu 24.04 (and later), where the abi 4.0 file is present. We're doing something similar to: https://github.com/CollaboraOnline/online/commit/5f7b37c7412c3e1d81d9c50a0ff8388087839f60
-
Also fixing #41335 (linux-package project is not getting the channel target in testbuilds). Co-authored-by: Nicolas Vigier <boklm@torproject.org>
-
- Dec 09, 2024
-
-
boklm authored
-
- Dec 04, 2024
-
-
This removes STUN servers that are unreliable or no longer support NAT behaviour discovery, and adds a few new servers.
-
henry authored
- Dec 03, 2024
-
-
henry authored
We make the handling of translation files more consistent between builds. For `base-browser` files: + We no longer copy to `browser/chrome/browser/` because we no longer have .properties files in this branch. For `tor-browser` files: + We use a symbolic link to translate from ja to ja-JP-mac. + We use pushd and popd. + We only copy the .properties files to torbutton since these are the only files left in this directory.
-
- Dec 02, 2024
-
-
Pier Angelo Vendrame authored
We discovered in tor-browser#43326 that adding our OpenSSL to LD_LIBRARY_PATH might cause the browser not to work in some distros. So, we decided to add them to LD_LIBRARY_PATH only for the tor daemon, instead.
-
boklm authored
-
- Nov 27, 2024
-
-
boklm authored
-
boklm authored
-
boklm authored
Recent versions of 7z fail to extract our dmg files since the `Applications` symlink points outside the archive: https://sourceforge.net/p/sevenzip/discussion/45797/thread/9f5b067368/?page=1&limit=50#2c78 We exclude the `Applications` symlink to avoid the issue. We don't need it since it is not included in the mar file.
-
- Nov 26, 2024
- Nov 25, 2024
-
-
Pier Angelo Vendrame authored
-
- Nov 21, 2024
-
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
-
Pier Angelo Vendrame authored
The .nobackup files prevent from creating symlinks between clones, which is useful for several use cases (multiple clones, directories in different drives, etc...). A .nobackup in the root will not interfere with symlinks anymore, and we think it is acceptable, as a repo will probably be in sync with GitLab or something similar. git update-index --assume-unchanged can help if someone wants to remove the .nobackup.
-
boklm authored
-
Also, add a 'browser-all-target' target to make this possible. Co-authored-by: Nicolas Vigier <boklm@torproject.org>
-