diff options
-rw-r--r-- | firefox.sh.in | 3 | ||||
-rw-r--r-- | firefox.spec | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index 29bd738..4fe71e4 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -251,6 +251,9 @@ done # Flatpak specific environment variables %FLATPAK_ENV_VARS% +# Don't throw "old profile" dialog box. +export MOZ_ALLOW_DOWNGRADE=1 + # Run the browser debugging=0 if [ $debugging = 1 ] diff --git a/firefox.spec b/firefox.spec index ba7fb0e..fa27e12 100644 --- a/firefox.spec +++ b/firefox.spec @@ -951,6 +951,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : mozilla-1567434, mozilla-1573813, mozilla-1574036, mozilla-1576268). - Enable multiprocess compilation. +- Enable profile downgrade. * Thu Aug 29 2019 Jan Horak <jhorak@redhat.com> - 69.0-1 - Update to 69.0 |