mirror of
https://github.com/safing/portbase
synced 2025-09-05 04:00:14 +00:00
Add blob: to CSP image-src
This commit is contained in:
parent
3afd5009bf
commit
9a29e2e4c2
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ func (mh *mainHandler) handle(w http.ResponseWriter, r *http.Request) error {
|
||||||
"default-src 'self'; "+
|
"default-src 'self'; "+
|
||||||
"connect-src https://*.safing.io 'self'; "+
|
"connect-src https://*.safing.io 'self'; "+
|
||||||
"style-src 'self' 'unsafe-inline'; "+
|
"style-src 'self' 'unsafe-inline'; "+
|
||||||
"img-src 'self' data:",
|
"img-src 'self' data: blob:",
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue