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/f06a462...
tbb-commits@lists.torproject.org