fix(desktop): Fixed issue where the "Record video" modal would error after stopping recording

This commit is contained in:
Aman Harwara
2022-12-15 14:55:31 +05:30
parent c90087462f
commit d6fd85e451

View File

@@ -12,7 +12,7 @@
default-src 'self' blob:;
script-src 'self' 'unsafe-eval';
worker-src blob:;
connect-src * data:;
connect-src * data: blob:;
style-src 'unsafe-inline' 'self' http://localhost:* http://127.0.0.1:45653;
frame-src * blob:;
"