Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Tor Browser Tor Browser
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 858
    • Issues 858
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Applications
  • Tor BrowserTor Browser
  • Issues
  • #30845
Closed
Open
Issue created Jun 11, 2019 by Alex Catarineu@acat

Make sure default Firefox themes are enabled on ESR68

With current 000-tor-browser.js prefs default theme extensions are not installed. AddonManager.maybeInstallBuiltinAddon is used to install these, which requires enabledScopes to have flag 4 (application scope). So changing extensions.enabledScopes from 1 to 5 fixes this.

My understanding is that this should only allow installing extensions from application directory, which we control. Is there any reason not to do this change?

Also, some related prefs seem obsolete:

extensions.bootstrappedAddons
extensions.enabledAddons
extensions.enabledItems

We could also use this to clean them up.

Assignee
Assign to
Time tracking