Skip to content

Commit

Permalink
build: prevent framing of dev app with X-Frame-Options (#24651)
Browse files Browse the repository at this point in the history
Prevent the dev app site from being place in an iframe.

(cherry picked from commit ed9260b)
  • Loading branch information
josephperrott committed Mar 23, 2022
1 parent d87ba37 commit 3eb6bb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "X-Frame-Options",
"value": "DENY"
}
]
}
Expand Down

0 comments on commit 3eb6bb4

Please sign in to comment.