Set CSS error console reporting default to false for performance.

Dev note needed upon release. This resolves #444.
This commit is contained in:
wolfbeast 2018-10-29 22:41:12 +01:00 committed by Roy Tam
commit 5baa10b59a

View file

@ -2438,7 +2438,7 @@ pref("layout.word_select.stop_at_punctuation", true);
pref("layout.selection.caret_style", 0);
// pref to report CSS errors to the error console
pref("layout.css.report_errors", true);
pref("layout.css.report_errors", false);
// Should the :visited selector ever match (otherwise :link matches instead)?
pref("layout.css.visited_links_enabled", true);