From 717377a86351a49f48c318f19601ccacadef821f Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 30 Jan 2019 10:59:47 +0000 Subject: [PATCH] Update user.js --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 86f8501..360b0b3 100644 --- a/user.js +++ b/user.js @@ -2225,7 +2225,7 @@ user_pref("security.csp.enable_violation_events", false); // * * * / // FF65 // 0850a: disable location bar autocomplete and suggestion types - // If you enforce any of the suggestion types, you MUST enforce 'autocomplete' + // If you enforce any of the suggestion types (see the other 0850a), you MUST enforce 'autocomplete' // - If *ALL* of the suggestion types are false, 'autocomplete' must also be false // - If *ANY* of the suggestion types are true, 'autocomplete' must also be true // [-] https://bugzilla.mozilla.org/1502392