1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Disable automatic redirection to homepage
Author: Michael Meskes <meskes@debian.org>
--- flashgot/defaults/preferences/flashgot.js 2014-09-19 13:25:58.036374803 +0200
+++ flashgot/defaults/preferences/flashgot.js 2014-09-19 13:27:46.112324093 +0200
@@ -15,7 +15,7 @@
pref("flashgot.detect.auto", true);
pref("flashgot.extfilter", false);
pref("flashgot.fakeReferrer", "");
-pref("flashgot.firstRunRedirection", true);
+pref("flashgot.firstRunRedirection", false);
pref("flashgot.hide-autotest", true);
pref("flashgot.hide-icons", false);
pref("flashgot.hide-tabs", true);
|