From e8e0792df6f7a6e2d8e5688b76b29e2880e16e97 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 10 Jul 2017 09:42:30 +1200 Subject: [PATCH] Updated 1.5 Keeping Up To Date (markdown) --- 1.5-Keeping-Up-To-Date.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.5-Keeping-Up-To-Date.md b/1.5-Keeping-Up-To-Date.md index d5cb657..afec24b 100644 --- a/1.5-Keeping-Up-To-Date.md +++ b/1.5-Keeping-Up-To-Date.md @@ -52,7 +52,7 @@ You will need to monitor your small set of overrides due to Firefox changes. Jus * In the future Firefox changes their default to `2` due to security concerns, but now you're stuck with a value of `1` and you didn't pick up on it - Hidden Pref Default Values * Most hidden prefs seem to be boolean (true or false), so these shouldn't be an issue, but not all are. Here's one: `user_pref("extensions.enabledScopes", 1); // (hidden pref)` - * If you right-click and reset in about:config it simply clears itself. What it the default value? If you know it, that's great. If you don't... + * If you right-click and reset in about:config it simply clears itself. What is the default value? If you know it, that's great. If you don't... * A solution here is to add a section to your override listing prefs to comment out in the user.js and reset in about:config. Just re-apply it on each update. ```js