mirror of https://github.com/dapr/docs.git
Merge pull request #1822 from berndverst/v1.1
Deny iFrame embeds (v1.1 branch)
This commit is contained in:
commit
1f37644f90
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"globalHeaders": {
|
||||
"X-Frame-Options": "DENY"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue