website: add X-Frame-Options (#4800)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
799b509ac6
commit
99ddbf553c
|
@ -69,3 +69,8 @@
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/community/show_setup"
|
from = "/community/show_setup"
|
||||||
to = "https://docs.google.com/forms/d/1g5W3kz-7EJ3zay8S3C5aN2vIdZQuzT_MJljb6yv80_I"
|
to = "https://docs.google.com/forms/d/1g5W3kz-7EJ3zay8S3C5aN2vIdZQuzT_MJljb6yv80_I"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/*"
|
||||||
|
[headers.values]
|
||||||
|
X-Frame-Options = "DENY"
|
||||||
|
|
Reference in New Issue