Skip to content

Commit 68cd8ab

Browse files
authored
chore: add Azure site extension web.config X-Frame-Options header (#3522)
Add X-Frame-Options header to web.config
1 parent b7a57c5 commit 68cd8ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • build/Packaging/AzureSiteExtension/Content

build/Packaging/AzureSiteExtension/Content/web.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@
99
<staticContent>
1010
<mimeMap fileExtension=".log" mimeType="text/plain" />
1111
</staticContent>
12+
<httpProtocol>
13+
<customHeaders>
14+
<add name="X-Frame-Options" value="SAMEORIGIN" />
15+
</customHeaders>
16+
</httpProtocol>
1217
</system.webServer>
1318
</configuration>

0 commit comments

Comments
 (0)