1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Added HSTS headers to web config.

This commit is contained in:
Uncled1023 2016-02-26 23:38:00 -08:00
parent 6a8dc3c066
commit c22a5b4c9f

View File

@ -49,6 +49,7 @@
<add name="Access-Control-Allow-Credentials" value="true" />
<add name="Access-Control-Allow-Methods" value="GET, PUT, POST, DELETE, OPTIONS" />
<add name="Access-Control-Allow-Headers" value="Accept, Content-Type" />
<add name="strict-transport-security" value="max-age=31536000; includeSubdomains" />
</customHeaders>
</httpProtocol>
</system.webServer>