Merge pull request #1822 from berndverst/v1.1

Deny iFrame embeds (v1.1 branch)
This commit is contained in:
Ori Zohar 2021-10-01 11:00:00 -07:00 committed by GitHub
commit 1f37644f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"globalHeaders": {
"X-Frame-Options": "DENY"
}
}