File: redirect

package info (click to toggle)
flashgot 1.5.6.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,244 kB
  • ctags: 561
  • sloc: cpp: 1,932; sh: 9; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 592 bytes parent folder | download
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);