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:
Daniel Adams 2024-11-19 11:01:51 -10:00 committed by GitHub
parent 65c84d230b
commit 79a2f070ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View file

@ -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,

View file

@ -13495,7 +13495,7 @@
]
],
"interfaces.https.html": [
"24a5535b77ba9716e67056e1d81de837a3fecc7b",
"5a39868cd2090b492e2192447bf353527649bbfb",
[
null,
{}

View file

@ -40,6 +40,7 @@ test_interfaces([
"CharacterData",
"CloseEvent",
"ConstantSourceNode",
"CryptoKey",
"CSS",
"CSSConditionRule",
"CSSFontFaceRule",
@ -241,6 +242,7 @@ test_interfaces([
"StyleSheet",
"StyleSheetList",
"SubmitEvent",
"SubtleCrypto",
"SVGRect",
"Text",
"TextTrack",