diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-20 07:32:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 07:32:32 -0400 |
commit | ae4be7c9eb5d2ac6094296b83704c333105aa5d7 (patch) | |
tree | fd710aa8b8a9299977e992d41c9118a358648fc7 /browser/components/migration/MigrationUtils.jsm | |
parent | 0216b346f004c22603511ae9b0b35eaea26f1275 (diff) | |
parent | 6d04705a97e1f16b370ecf7c97508a46a650ff46 (diff) | |
download | UXP-ae4be7c9eb5d2ac6094296b83704c333105aa5d7.tar UXP-ae4be7c9eb5d2ac6094296b83704c333105aa5d7.tar.gz UXP-ae4be7c9eb5d2ac6094296b83704c333105aa5d7.tar.lz UXP-ae4be7c9eb5d2ac6094296b83704c333105aa5d7.tar.xz UXP-ae4be7c9eb5d2ac6094296b83704c333105aa5d7.zip |
Merge pull request #212 from janekptacijarabaci/profile_resseting_1
moebius#84, #205: Fix: The profile - resetting (partially)
Diffstat (limited to 'browser/components/migration/MigrationUtils.jsm')
-rw-r--r-- | browser/components/migration/MigrationUtils.jsm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/browser/components/migration/MigrationUtils.jsm b/browser/components/migration/MigrationUtils.jsm index 104efe005..e133ec520 100644 --- a/browser/components/migration/MigrationUtils.jsm +++ b/browser/components/migration/MigrationUtils.jsm @@ -726,6 +726,7 @@ this.MigrationUtils = Object.freeze({ "Internet Explorer": "ie", "Microsoft Edge": "edge", "Safari": "safari", + "Basilisk": "firefox", "Firefox": "firefox", "Nightly": "firefox", "Google Chrome": "chrome", // Windows, Linux |