fix(desktop): Fixed issue where the "Record video" modal would error after stopping recording
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
default-src 'self' blob:;
|
default-src 'self' blob:;
|
||||||
script-src 'self' 'unsafe-eval';
|
script-src 'self' 'unsafe-eval';
|
||||||
worker-src blob:;
|
worker-src blob:;
|
||||||
connect-src * data:;
|
connect-src * data: blob:;
|
||||||
style-src 'unsafe-inline' 'self' http://localhost:* http://127.0.0.1:45653;
|
style-src 'unsafe-inline' 'self' http://localhost:* http://127.0.0.1:45653;
|
||||||
frame-src * blob:;
|
frame-src * blob:;
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user