mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Set CSS error console reporting default to false for performance.
Dev note needed upon release. This resolves #444.
This commit is contained in:
parent
50f698eb3c
commit
5baa10b59a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue