Skip to content

Commit 7045ad6

Browse files
authored
Update HSTS header (#8824)
1 parent 17119b5 commit 7045ad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
<add name="X-Frame-Options" value="deny"/>
383383
<add name="X-XSS-Protection" value="1; mode=block"/>
384384
<add name="X-Content-Type-Options" value="nosniff"/>
385-
<add name="Strict-Transport-Security" value="max-age=31536000"/>
385+
<add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains"/>
386386
</customHeaders>
387387
</httpProtocol>
388388
<handlers>

0 commit comments

Comments
 (0)