[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.3.0esr-14.0-1] 2 commits: fixup! Bug 42716: Disable unwanted about: pages
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Tue Oct 22 08:34:21 UTC 2024
Pier Angelo Vendrame pushed to branch base-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
cf87b58a by Beatriz Rizental at 2024-10-22T10:34:01+02:00
fixup! Bug 42716: Disable unwanted about: pages
- - - - -
6b8bd60d by Beatriz Rizental at 2024-10-22T10:34:13+02:00
fixup! Add CI for Base Browser
Run file-whitespace linter for .java file changes.
- - - - -
2 changed files:
- .gitlab/ci/lint.yml
- docshell/base/nsAboutRedirector.cpp
Changes:
=====================================
.gitlab/ci/lint.yml
=====================================
@@ -264,6 +264,7 @@ file-whitespace:
- '**/*.rst'
- '**/*.webidl'
- '**/*.xhtml'
+ - '**/*.java'
- 'tools/lint/file-whitespace.yml'
# Run job whenever a commit is merged to a protected branch
- if: $CI_COMMIT_REF_PROTECTED == 'true'
=====================================
docshell/base/nsAboutRedirector.cpp
=====================================
@@ -193,7 +193,7 @@ static const RedirEntry kRedirMap[] = {
# endif
{"telemetry", "chrome://global/content/aboutTelemetry.xhtml",
nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI},
-#endif
+#endif
{"translations", "chrome://global/content/translations/translations.html",
nsIAboutModule::ALLOW_SCRIPT |
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/f06a4621705e8643dc8ad2950823e50ee4181873...6b8bd60d85761a644b9f1abafcd8cad9fca99d29
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/f06a4621705e8643dc8ad2950823e50ee4181873...6b8bd60d85761a644b9f1abafcd8cad9fca99d29
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20241022/ac23626f/attachment-0001.htm>
More information about the tor-commits
mailing list