From 0cc3b6f19b0d2d53d01ac9f85a36f13d0a3d777a Mon Sep 17 00:00:00 2001 From: AP Orlebeke Date: Wed, 5 Feb 2020 22:48:04 -0500 Subject: [PATCH 1/1] Fix preference type for browser.bookmarks.restore_default_bookmarks Listed as `string`, but description states 'If true', which would assume boolean true/false --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e30980d..ff22cee 100644 --- a/README.md +++ b/README.md @@ -2202,7 +2202,7 @@ Set and lock certain preferences. |     If true, bookmarks are exported on shutdown. | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A |     If set, the name of the file where bookmarks are exported and imported. -| browser.bookmarks.restore_default_bookmarks | string | Firefox 70, Firefox ESR 68.2 | N/A +| browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A |     If true, bookmarks are restored to their defaults. | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true |     If false, don't store cache on the hard drive. -- 2.34.1