Skip to content

Commit

Permalink
Enable MutationObserver by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jul 23, 2018
1 parent c71fafa commit 97ff88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/prefs.json
Expand Up @@ -8,7 +8,7 @@
"dom.gamepad.enabled": false,
"dom.microdata.testing.enabled": true,
"dom.mouseevent.which.enabled": false,
"dom.mutation_observer.enabled": false,
"dom.mutation_observer.enabled": true,
"dom.permissions.enabled": false,
"dom.permissions.testing.allowed_in_nonsecure_contexts": false,
"dom.serviceworker.timeout_seconds": 60,
Expand Down

0 comments on commit 97ff88c

Please sign in to comment.