fix: 修复视频播放问题
This commit is contained in:
@@ -28,7 +28,10 @@
|
||||
"csp": "default-src 'self'; img-src 'self' asset: data: http://asset.localhost; media-src 'self' asset: http://asset.localhost; video-src 'self' asset: http://asset.localhost; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; connect-src 'self' ipc: http://ipc.localhost",
|
||||
"assetProtocol": {
|
||||
"enable": true,
|
||||
"scope": []
|
||||
"scope": [
|
||||
"**/**",
|
||||
"$HOME/.mixvideo/**/**"
|
||||
]
|
||||
},
|
||||
"freezePrototype": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user