We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10242ea + 2f976a0 commit 3376454Copy full SHA for 3376454
web.config
@@ -256,9 +256,15 @@
256
</rule>
257
</rules>
258
</rewrite>
259
- <httpProtocol>
+ <httpProtocol>
260
<customHeaders>
261
<add name="Cache-Control" value="no-cache" />
262
+ <add name="Content-Security-Policy" value="frame-ancestors 'self'; upgrade-insecure-requests" />
263
+ <add name="Referrer-Policy" value="strict-origin-when-cross-origin" />
264
+ <add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains" />
265
+ <add name="X-Content-Type-Options" value="nosniff" />
266
+ <add name="X-Frame-Options" value="SAMEORIGIN" />
267
+ <add name="X-XSS-Protection" value="1; mode=block" />
268
</customHeaders>
269
</httpProtocol>
270
<staticContent>
0 commit comments