Firebase hosting custom headers not working
问题 I deploy a static site on firebase hosting with some header configuarations. But I some of my headers doesn't appear after the site deployed. I tried change the value of Cache-Control header and it works. But X-Frame-Options , Content-Security-Policy , X-Content-Type-Options doesn't. firebase.json: { "hosting": { "public": "public", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "headers": [ { "source": "**/*.@(html)", "headers": [ { "key": "Cache-Control", "value": "max-age=3600