Skip to content

Commit ed9260b

Browse files
build: prevent framing of dev app with X-Frame-Options (#24651)
Prevent the dev app site from being place in an iframe.
1 parent 088f0a8 commit ed9260b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

firebase.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
{
1515
"key": "Cache-Control",
1616
"value": "no-cache"
17+
},
18+
{
19+
"key": "X-Frame-Options",
20+
"value": "DENY"
1721
}
1822
]
1923
}

0 commit comments

Comments
 (0)