mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-15 04:32:20 -04:00
Security Header Fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
612c88a892
commit
d03d19ca38
1 changed files with 41 additions and 36 deletions
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"hosting": {
|
||||
"public": "public",
|
||||
"headers": [
|
||||
{
|
||||
"source": "*",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Security-Policy",
|
||||
|
@ -38,6 +41,8 @@
|
|||
"key": "Cross-Origin-Resource-Policy",
|
||||
"value": "same-origin"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue