feat: Added "Image from URL" option and markdown image syntax support to Super. Also allows pasting images from copied web content (#2218)

This commit is contained in:
Aman Harwara
2023-02-25 11:27:03 +05:30
committed by GitHub
parent adff5979be
commit a15fc1ed1d
14 changed files with 333 additions and 31 deletions

View File

@@ -15,6 +15,7 @@
connect-src * data: blob:;
style-src 'unsafe-inline' 'self' http://localhost:* http://127.0.0.1:45653;
frame-src * blob:;
img-src * data: blob:;
"
/>