Merge pull request #1823 from berndverst/v1.3

Deny iFrame embeds (v1.3 branch)
This commit is contained in:
Ori Zohar 2021-10-01 10:59:17 -07:00 committed by GitHub
commit 09e5d6dc37
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"
}
}