Update user.js

This commit is contained in:
Thorin-Oakenpants 2019-01-30 10:59:47 +00:00 committed by GitHub
parent 0d87fa3bc2
commit 717377a863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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