[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-128.3.0esr-14.0-1] 2 commits: fixup! Bug 42716: Disable unwanted about: pages



Title: GitLab

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:

Changes:

  • .gitlab/ci/lint.yml
    ... ... @@ -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'
    

  • docshell/base/nsAboutRedirector.cpp
    ... ... @@ -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 |
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits