We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a57c5 commit 68cd8abCopy full SHA for 68cd8ab
1 file changed
build/Packaging/AzureSiteExtension/Content/web.config
@@ -9,5 +9,10 @@
9
<staticContent>
10
<mimeMap fileExtension=".log" mimeType="text/plain" />
11
</staticContent>
12
+ <httpProtocol>
13
+ <customHeaders>
14
+ <add name="X-Frame-Options" value="SAMEORIGIN" />
15
+ </customHeaders>
16
+ </httpProtocol>
17
</system.webServer>
18
</configuration>
0 commit comments