Updated firebase.json

This commit is contained in:
Héctor Molinero Fernández 2018-04-15 18:55:38 +02:00
commit b16f68497d

View file

@ -5,7 +5,7 @@
"source": "**",
"headers": [{
"key": "Content-Security-Policy",
"value": "default-src 'none'; style-src 'unsafe-inline'; img-src data:;"
"value": "default-src 'none'; style-src 'unsafe-inline' https://hblock-check.molinero.xyz; img-src data:;"
}, {
"key": "X-XSS-Protection",
"value": "1;mode=block"
@ -25,12 +25,6 @@
"key": "Content-Type",
"value": "application/zip"
}]
}, {
"source": "**/*.gz",
"headers": [{
"key": "Content-Type",
"value": "application/gzip"
}]
}]
}
}