Deprecate HPKP security header
Closes gh-10144
This commit is contained in:
@@ -1193,6 +1193,7 @@ cors-options.attlist &=
|
||||
attribute configuration-source-ref {xsd:token}?
|
||||
|
||||
hpkp =
|
||||
## Deprecated. The HPKP header no longer works in modern browsers, see <a href="https://owasp.org/www-community/controls/Certificate_and_Public_Key_Pinning">Certificate and Public Key Pinning</a> for more context
|
||||
## Adds support for HTTP Public Key Pinning (HPKP).
|
||||
element hpkp {hpkp.pins,hpkp.attlist}
|
||||
hpkp.pins =
|
||||
|
||||
@@ -3373,7 +3373,10 @@
|
||||
</xs:attributeGroup>
|
||||
<xs:element name="hpkp">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Adds support for HTTP Public Key Pinning (HPKP).
|
||||
<xs:documentation>Deprecated. The HPKP header no longer works in modern browsers, see <a
|
||||
href="https://owasp.org/www-community/controls/Certificate_and_Public_Key_Pinning">Certificate
|
||||
and Public Key Pinning</a> for more context Adds support for HTTP Public Key Pinning
|
||||
(HPKP).
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
@@ -3875,4 +3878,4 @@
|
||||
<xs:enumeration value="LAST"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
</xs:schema>
|
||||
|
||||
Reference in New Issue
Block a user