mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Enable SubtleCrypto by default (#34294)
* Enable SubtleCrypto by default Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update interfaces/manifest Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
65c84d230b
commit
79a2f070ed
3 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
"dom.canvas_capture.enabled": false,
|
||||
"dom.canvas_text.enabled": true,
|
||||
"dom.compositionevent.enabled": false,
|
||||
"dom.crypto.subtle.enabled": false,
|
||||
"dom.crypto.subtle.enabled": true,
|
||||
"dom.customelements.enabled": true,
|
||||
"dom.document.dblclick_dist": 1,
|
||||
"dom.document.dblclick_timeout": 300,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue