We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17119b5 commit 7045ad6Copy full SHA for 7045ad6
1 file changed
src/NuGetGallery/Web.config
@@ -382,7 +382,7 @@
382
<add name="X-Frame-Options" value="deny"/>
383
<add name="X-XSS-Protection" value="1; mode=block"/>
384
<add name="X-Content-Type-Options" value="nosniff"/>
385
- <add name="Strict-Transport-Security" value="max-age=31536000"/>
+ <add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains"/>
386
</customHeaders>
387
</httpProtocol>
388
<handlers>
0 commit comments