Skip to content

Commit ebbb127

Browse files
Indrani SonawaneIndrani Sonawane
authored andcommitted
Merge remote-tracking branch '32455/add-crossorigin-attribute-to-link' into 247beta3_jan
2 parents 795942b + e6c7382 commit ebbb127

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
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"/>
24+
<xs:attribute name="crossorigin">
25+
<xs:simpleType>
26+
<xs:restriction base="xs:string">
27+
<xs:enumeration value="anonymous" />
28+
<xs:enumeration value="use-credentials" />
29+
</xs:restriction>
30+
</xs:simpleType>
31+
</xs:attribute>
2332
<xs:attribute name="as">
2433
<xs:simpleType>
2534
<xs:restriction base="xs:string">

0 commit comments

Comments
 (0)