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
-
6b8bd60d
by Beatriz Rizental at 2024-10-22T10:34:13+02:00
2 changed files:
Changes:
... | ... | @@ -264,6 +264,7 @@ file-whitespace: |
264 | 264 | - '**/*.rst'
|
265 | 265 | - '**/*.webidl'
|
266 | 266 | - '**/*.xhtml'
|
267 | + - '**/*.java'
|
|
267 | 268 | - 'tools/lint/file-whitespace.yml'
|
268 | 269 | # Run job whenever a commit is merged to a protected branch
|
269 | 270 | - if: $CI_COMMIT_REF_PROTECTED == 'true'
|
... | ... | @@ -193,7 +193,7 @@ static const RedirEntry kRedirMap[] = { |
193 | 193 | # endif
|
194 | 194 | {"telemetry", "chrome://global/content/aboutTelemetry.xhtml",
|
195 | 195 | nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI},
|
196 | -#endif
|
|
196 | +#endif
|
|
197 | 197 | {"translations", "chrome://global/content/translations/translations.html",
|
198 | 198 | nsIAboutModule::ALLOW_SCRIPT |
|
199 | 199 | nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
|