diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 3b047b77f..6156e1f33 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -2236,7 +2236,11 @@ pref("layout.word_select.stop_at_punctuation", true); pref("layout.selection.caret_style", 0); // pref to report CSS errors to the error console +#if DEBUG pref("layout.css.report_errors", true); +#else +pref("layout.css.report_errors", false); +#endif // Should the :visited selector ever match (otherwise :link matches instead)? pref("layout.css.visited_links_enabled", true);