| Index: lib/prefs.js |
| diff --git a/lib/prefs.js b/lib/prefs.js |
| index 6bf082bd1a1fc73ba359e2cb243629573ec9e2fb..fe8451afafd9e8871f7d7de4c1593fd7c7083614 100644 |
| --- a/lib/prefs.js |
| +++ b/lib/prefs.js |
| @@ -43,7 +43,8 @@ let defaults = { |
| notificationdata: {}, |
| notificationurl: "https://notification.adblockplus.org/notification.json", |
| suppress_first_run_page: false, |
| - disable_auto_updates: false |
| + disable_auto_updates: false, |
| + notifications_ignoredcategories: [], |
| }; |
| let preconfigurable = ["suppress_first_run_page", "disable_auto_updates"]; |