mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Added CDN DigiCert cert hash to public key pin header
This commit is contained in:
parent
86df06bd6b
commit
4853868654
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
For more information on how to configure your ASP.NET application, please visit
|
||||
http://go.microsoft.com/fwlink/?LinkId=301880
|
||||
@ -139,7 +139,7 @@
|
||||
<add name="X-XSS-Protection" value="1; mode=block" />
|
||||
<add name="X-Content-Type-Options" value="nosniff" />
|
||||
<add name="Referrer-Policy" value="no-referrer, strict-origin-when-cross-origin" />
|
||||
<add name="Public-Key-Pins" value="max-age=300; includeSubDomains; pin-sha256="grX4Ta9HpZx6tSHkmCrvpApTQGo67CYDnvprLg5yRME="; pin-sha256="C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHFr8M=";" />
|
||||
<add name="Public-Key-Pins" value="max-age=300; includeSubDomains; pin-sha256="grX4Ta9HpZx6tSHkmCrvpApTQGo67CYDnvprLg5yRME="; pin-sha256="C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHFr8M="; pin-sha256="r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E="" />
|
||||
<add name="Vary" value="Origin" />
|
||||
</customHeaders>
|
||||
</httpProtocol>
|
||||
|
Loading…
Reference in New Issue
Block a user