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:
parent
6a8dc3c066
commit
c22a5b4c9f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user