| Index: lib/prefs.js |
| diff --git a/lib/prefs.js b/lib/prefs.js |
| index 14785c4a7f616d224030a84914e2e98ace2efad9..00c52ea82147125ea94eb4005b6c3f7b5a78d123 100644 |
| --- a/lib/prefs.js |
| +++ b/lib/prefs.js |
| @@ -46,6 +46,7 @@ let defaults = { |
| disable_auto_updates: false, |
| first_run_subscription_auto_select: true, |
| notifications_ignoredcategories: [], |
| + allowed_connection_type: "" |
| }; |
| let preconfigurable = ["suppress_first_run_page", "disable_auto_updates", |