From d698fa63779faf230dc016c5f3824570a94dcfe6 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 15 May 2018 14:55:30 +0000 Subject: [PATCH] Updated 1.1 Overview (markdown) --- 1.1-Overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/1.1-Overview.md b/1.1-Overview.md index c5c0f0a..795bfba 100644 --- a/1.1-Overview.md +++ b/1.1-Overview.md @@ -17,6 +17,7 @@ Here is how it basically works: * If the preference is already in `prefs.js` it will overwrite it * It parses the `user.js` in the order it is written, i.e if the same preference is listed twice with two different values, the last one will be applied last * It will abort parsing the file if it encounters a syntax error, but will still apply any content up to that error + * :exclamation: In FF60+, not all syntax errors cause parsing to abort, see [this](https://blog.mozilla.org/nnethercote/2018/03/09/a-new-preferences-parser-for-firefox/) article * It will not abort if you apply a data mismatch e.g if you set an integer instead of a string, it will actually write that data mismatch into `prefs.js` * The `user.js` is now ignored until the next time Firefox starts * Firefox opens