Skip to content

Commit 86a6fb6

Browse files
Elchi3ddbeckcaugner
authored
Merge nonce hiding subfeature into nonce (#29045)
* Merge nonce hiding subfeature into nonce * add partials * User stronger wording as proposed by Daniel Co-authored-by: Daniel D. Beck <daniel@ddbeck.com> --------- Co-authored-by: Daniel D. Beck <daniel@ddbeck.com> Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
1 parent 146387e commit 86a6fb6

File tree

1 file changed

+22
-41
lines changed

1 file changed

+22
-41
lines changed

html/global_attributes.json

Lines changed: 22 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -885,16 +885,32 @@
885885
},
886886
"chrome_android": "mirror",
887887
"edge": "mirror",
888-
"firefox": {
889-
"version_added": "31"
890-
},
888+
"firefox": [
889+
{
890+
"version_added": "75"
891+
},
892+
{
893+
"version_added": "31",
894+
"version_removed": "75",
895+
"partial_implementation": true,
896+
"notes": "Firefox does not prevent `nonce` exfiltration through content attributes."
897+
}
898+
],
891899
"firefox_android": "mirror",
892900
"oculus": "mirror",
893901
"opera": "mirror",
894902
"opera_android": "mirror",
895-
"safari": {
896-
"version_added": "15.4"
897-
},
903+
"safari": [
904+
{
905+
"version_added": "15.5"
906+
},
907+
{
908+
"version_added": "15.4",
909+
"version_removed": "15.5",
910+
"partial_implementation": true,
911+
"notes": "Safari does not prevent `nonce` exfiltration through content attributes."
912+
}
913+
],
898914
"safari_ios": "mirror",
899915
"samsunginternet_android": "mirror",
900916
"webview_android": "mirror",
@@ -905,41 +921,6 @@
905921
"standard_track": true,
906922
"deprecated": false
907923
}
908-
},
909-
"nonce_hiding": {
910-
"__compat": {
911-
"description": "`nonce` hiding behavior",
912-
"spec_url": "https://html.spec.whatwg.org/multipage/urls-and-fetching.html#nonce-does-not-update-dom",
913-
"tags": [
914-
"web-features:csp"
915-
],
916-
"support": {
917-
"chrome": {
918-
"version_added": "61"
919-
},
920-
"chrome_android": "mirror",
921-
"edge": "mirror",
922-
"firefox": {
923-
"version_added": "75"
924-
},
925-
"firefox_android": "mirror",
926-
"oculus": "mirror",
927-
"opera": "mirror",
928-
"opera_android": "mirror",
929-
"safari": {
930-
"version_added": "15.5"
931-
},
932-
"safari_ios": "mirror",
933-
"samsunginternet_android": "mirror",
934-
"webview_android": "mirror",
935-
"webview_ios": "mirror"
936-
},
937-
"status": {
938-
"experimental": false,
939-
"standard_track": true,
940-
"deprecated": false
941-
}
942-
}
943924
}
944925
},
945926
"part": {

0 commit comments

Comments
 (0)