From: AP Orlebeke Date: Thu, 6 Feb 2020 03:48:04 +0000 (-0500) Subject: Fix preference type for browser.bookmarks.restore_default_bookmarks X-Git-Tag: v1.13~6^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/0cc3b6f19b0d2d53d01ac9f85a36f13d0a3d777a?ds=sidebyside;hp=7c52a36ba488c3ce848cb9a35891094fedddb9fa Fix preference type for browser.bookmarks.restore_default_bookmarks Listed as `string`, but description states 'If true', which would assume boolean true/false --- 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.