Skip to content

Commit

Permalink
Bug 31457: disable per-installation profiles
Browse files Browse the repository at this point in the history
The dedicated profiles (per-installation) feature does not interact
well with our bundled profiles on Linux and Windows, and it also causes
multiple profiles to be created on macOS under TorBrowser-Data.
  • Loading branch information
Kathy Brade authored and gk-tpo committed Sep 6, 2019
1 parent 936ea93 commit 31d00e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/moz.configure
Expand Up @@ -7,7 +7,7 @@
imply_option('MOZ_PLACES', True)
imply_option('MOZ_SERVICES_HEALTHREPORT', True)
imply_option('MOZ_SERVICES_SYNC', True)
imply_option('MOZ_DEDICATED_PROFILES', True)
imply_option('MOZ_DEDICATED_PROFILES', False)
imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', True)

with only_when(target_is_linux & compile_environment):
Expand Down

0 comments on commit 31d00e2

Please sign in to comment.