mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 16:03:43 +00:00
fix(captcha): Add media-src CSP header for the audio captcha
Co-authored-by: nig <nig@tutao.de> Co-authored-by: toj <toj@tutao.de>
This commit is contained in:
parent
fbc3569cb0
commit
b6d13d2ef4
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ function csp(env) {
|
|||
" frame-src 'none';" +
|
||||
" font-src 'self';" +
|
||||
" img-src http: blob: data: *;" +
|
||||
" media-src blob: data: *;" +
|
||||
" style-src 'unsafe-inline';" +
|
||||
"base-uri 'none';" +
|
||||
` connect-src 'self' ${getCspUrls(env)};`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue