Skip to content

Commit 08220a3

Browse files
committed
Added attribute integrity to head.xsd for linkTypes
As documented here: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
1 parent c2e0368 commit 08220a3

File tree

1 file changed

+1
-0
lines changed
  • lib/internal/Magento/Framework/View/Layout/etc

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/View/Layout/etc/head.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<xs:attribute name="type" type="xs:string"/>
2121
<xs:attribute name="order" type="xs:integer"/>
2222
<xs:attribute name="src_type" type="xs:string"/>
23+
<xs:attribute name="integrity" type="xs:string"/>
2324
<xs:attribute name="crossorigin">
2425
<xs:simpleType>
2526
<xs:restriction base="xs:string">

0 commit comments

Comments
 (0)