| LEFT | RIGHT | 
|---|
| (no file at all) |  | 
|  | 1 Issue 6865 - Update ABP dependency to version 3.2 | 
|  | 2 | 
|  | 3 diff --git a/lib/prefs.js b/lib/prefs.js | 
|  | 4 --- a/lib/prefs.js | 
|  | 5 +++ b/lib/prefs.js | 
|  | 6 @@ -184,17 +184,17 @@ | 
|  | 7 | 
|  | 8  /** | 
|  | 9   * Whether to suppress the first run and updates page. This preference isn't | 
|  | 10   * set by the extension but can be pre-configured externally. | 
|  | 11   * | 
|  | 12   * @see https://adblockplus.org/development-builds/suppressing-the-first-run-pa
    ge-on-chrome | 
|  | 13   * @type {boolean} | 
|  | 14   */ | 
|  | 15 -defaults.suppress_first_run_page = false; | 
|  | 16 +defaults.suppress_first_run_page = true; | 
|  | 17 | 
|  | 18  /** | 
|  | 19   * Additonal subscriptions to be automatically added when the extension is | 
|  | 20   * loaded. This preference isn't set by the extension but can be pre-configured | 
|  | 21   * externally. | 
|  | 22   * | 
|  | 23   * @type {string[]} | 
|  | 24   */ | 
| LEFT | RIGHT | 
|---|