]> git.p6c8.net - policy-templates.git/commitdiff
Fix preference type for browser.bookmarks.restore_default_bookmarks
authorAP Orlebeke <aporlebeke@gmail.com>
Thu, 6 Feb 2020 03:48:04 +0000 (22:48 -0500)
committerGitHub <noreply@github.com>
Thu, 6 Feb 2020 03:48:04 +0000 (22:48 -0500)
Listed as `string`, but description states 'If true', which would assume boolean true/false

README.md

index e30980d9def9e91eb11e0a3b8d165b0afb5767ef..ff22ceec35fb7a32f08fecbc6f0c502fed898ca4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2202,7 +2202,7 @@ Set and lock certain preferences.
 | &nbsp;&nbsp;&nbsp;&nbsp;If true, bookmarks are exported on shutdown.
 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
 | &nbsp;&nbsp;&nbsp;&nbsp;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
 | &nbsp;&nbsp;&nbsp;&nbsp;If true, bookmarks are restored to their defaults.
 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
 | &nbsp;&nbsp;&nbsp;&nbsp;If false, don't store cache on the hard drive.

patrick-canterino.de