Commit 6bf97379 authored by Kathleen Brade's avatar Kathleen Brade Committed by Matthew Finkel
Browse files

Bug 31491: clean up the old meek http helper browser profiles

On Linux and Windows, arrange for the updater to remove the old
meek and moat http helper profiles by adding appropriate directives
to browser/installer/removed-files.in (on macOS, the cleanup will
be done by Tor Launcher).
parent 7b500b27
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -8,6 +8,20 @@
# file and directory removals automatically so this file should not be used in
# the vast majority of cases.

#ifndef XP_MACOSX
# Tor Browser no longer uses http helper profiles for meek and moat.
# For macOS, the profiles are created under TorBrowser-Data and
# Tor Launcher takes care of removing them during browser startup.
# For Linux and Windows, the profiles were embedded in the install
# directory and, if meek or moat was ever used, extra files that
# were not part of the browser package will have been created within
# the profile directories. The following two lines cause "rmrfdir"
# directives to be added to our MAR files to cause the updater to
# recursively remove these profile directories and everything in them.
TorBrowser/Data/Browser/profile.meek-http-helper/*
TorBrowser/Data/Browser/profile.moat-http-helper/*
#endif

# When to use removed-files.in file to remove files and directories:
# * Empty directories that were accidentally added to the installation
#   directory.