Prototype for customer approval

Content is not defined
Hero logo is a placeholder
Icons have to be approved
This commit is contained in:
2026-05-27 07:49:41 +02:00
parent 7af19c14c1
commit ec1627cf86
6 changed files with 813 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"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
}
}