{ "hosting": { "public": "public", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "headers": [ { "source": "/index.html", "headers": [ { "key": "Cache-Control", "value": "no-cache" } ] }, { "source": "**/*.svg", "headers": [ { "key": "Cache-Control", "value": "public, max-age=2592000" } ] }, { "source": "**", "headers": [ { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "X-Frame-Options", "value": "DENY" }, { "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" }, { "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=()" } ] } ], "cleanUrls": true, "trailingSlash": false } }