add suggested CSP types for media tags
This commit is contained in:
parent
cd5705b3f3
commit
2a262555ed
@ -33,9 +33,9 @@ module.exports = {
|
|||||||
* it is recommended that you configure these fields to match the
|
* it is recommended that you configure these fields to match the
|
||||||
* domain which will serve your CryptPad instance.
|
* domain which will serve your CryptPad instance.
|
||||||
*/
|
*/
|
||||||
"child-src 'self' *",
|
"child-src 'self' blob: *",
|
||||||
|
|
||||||
"media-src *",
|
"media-src * blob:",
|
||||||
|
|
||||||
/* this allows connections over secure or insecure websockets
|
/* this allows connections over secure or insecure websockets
|
||||||
if you are deploying to production, you'll probably want to remove
|
if you are deploying to production, you'll probably want to remove
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user