Merge pull request #8672 from backstage/rugvip/noframe

app-backend: disallow all iframe embedding of the app
This commit is contained in:
Patrik Oldsberg
2021-12-29 12:54:43 +01:00
committed by GitHub
3 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app-backend': patch
---
Set `X-Frame-Options: deny` rather than the default `sameorigin` for all content served by the `app-backend`.`