| Index: adblockplus/issue-6865.patch |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/adblockplus/issue-6865.patch |
| @@ -0,0 +1,24 @@ |
| +Issue 6865 - Update ABP dependency to version 3.2 |
| + |
| +diff --git a/lib/prefs.js b/lib/prefs.js |
| +--- a/lib/prefs.js |
| ++++ b/lib/prefs.js |
| +@@ -184,17 +184,17 @@ |
| + |
| + /** |
| + * Whether to suppress the first run and updates page. This preference isn't |
| + * set by the extension but can be pre-configured externally. |
| + * |
| + * @see https://adblockplus.org/development-builds/suppressing-the-first-run-page-on-chrome |
| + * @type {boolean} |
| + */ |
| +-defaults.suppress_first_run_page = false; |
| ++defaults.suppress_first_run_page = true; |
| + |
| + /** |
| + * Additonal subscriptions to be automatically added when the extension is |
| + * loaded. This preference isn't set by the extension but can be pre-configured |
| + * externally. |
| + * |
| + * @type {string[]} |
| + */ |