Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: 6cf17588 by Pier Angelo Vendrame at 2024-08-05T11:38:42+02:00 Bug 41204: NoScript should go also to MB changelogs.
NoScript was marked as a Tor Browser-only update but it is actually a common one, like Firefox.
- - - - -
1 changed file:
- tools/fetch_changelogs.py
Changes:
===================================== tools/fetch_changelogs.py ===================================== @@ -255,13 +255,13 @@ class ChangelogBuilder: def _add_updates(self, updates): names = { "Firefox": "firefox", + "NoScript": "noscript", } if not self.is_mullvad: names.update( { "GeckoView": "firefox", "Tor": "tor", - "NoScript": "noscript", "OpenSSL": "openssl", "zlib": "zlib", "Zstandard": "zstd",
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6c...