mirror of
https://github.com/humhub/humhub.git
synced 2025-04-21 23:52:04 +02:00
Removed old security configuration files
This commit is contained in:
parent
3564f302ed
commit
823f20fce7
@ -1,39 +0,0 @@
|
||||
{
|
||||
"headers": {
|
||||
"Strict-Transport-Security": "max-age=31536000",
|
||||
"X-XSS-Protection": "1; mode=block",
|
||||
"X-Content-Type-Options": "nosniff",
|
||||
"Referrer-Policy": "no-referrer-when-downgrade",
|
||||
"X-Permitted-Cross-Domain-Policies": "master-only",
|
||||
"X-Frame-Options": "sameorigin"
|
||||
},
|
||||
"csp": {
|
||||
"nonce": false,
|
||||
"report-only": false,
|
||||
"report": false,
|
||||
"default-src": {
|
||||
"self": true
|
||||
},
|
||||
"img-src": {
|
||||
"allow":["*"]
|
||||
},
|
||||
"font-src": {
|
||||
"self": true
|
||||
},
|
||||
"style-src": {
|
||||
"self": true,
|
||||
"unsafe-inline": true
|
||||
},
|
||||
"object-src": {},
|
||||
"frame-src": {
|
||||
"allow":["*"]
|
||||
},
|
||||
"script-src": {
|
||||
"self": true,
|
||||
"unsafe-inline": true,
|
||||
"unsafe-eval": false,
|
||||
"report-sample": true
|
||||
},
|
||||
"upgrade-insecure-requests": false
|
||||
}
|
||||
}
|
@ -1,39 +0,0 @@
|
||||
{
|
||||
"headers": {
|
||||
"Strict-Transport-Security": "max-age=31536000",
|
||||
"X-XSS-Protection": "1; mode=block",
|
||||
"X-Content-Type-Options": "nosniff",
|
||||
"X-Frame-Options": "deny",
|
||||
"Referrer-Policy": "no-referrer-when-downgrade",
|
||||
"X-Permitted-Cross-Domain-Policies": "master-only"
|
||||
},
|
||||
"csp": {
|
||||
"nonce": true,
|
||||
"report-only": false,
|
||||
"report": false,
|
||||
"default-src": {
|
||||
"self": true
|
||||
},
|
||||
"img-src": {
|
||||
"allow":["*"]
|
||||
},
|
||||
"font-src": {
|
||||
"self": true
|
||||
},
|
||||
"style-src": {
|
||||
"self": true,
|
||||
"unsafe-inline": true
|
||||
},
|
||||
"object-src": {},
|
||||
"frame-src": {
|
||||
"allow":["*"]
|
||||
},
|
||||
"script-src": {
|
||||
"self": true,
|
||||
"unsafe-inline": true,
|
||||
"unsafe-eval": false,
|
||||
"report-sample": true
|
||||
},
|
||||
"upgrade-insecure-requests": true
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user