Updated 1.5 Keeping Up To Date (markdown)

Thorin-Oakenpants
2017-07-10 09:42:30 +12:00
parent e5a1cda03d
commit e8e0792df6

@ -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