From 07df1e011794f5a77f7fb7da5cd9ea353a8747e2 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 14 Mar 2021 18:41:15 -0400 Subject: Fix dictionary image support (#1526) * Fix content security policy for images * Add createBlobFromBase64Content to MediaUtil * Update MediaLoader to use MediaUtil * Use blob URLs when importing dictionaries * Update VM's URL to support createObjectURL and revokeObjectURL * Fix test --- ext/popup.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/popup.html') diff --git a/ext/popup.html b/ext/popup.html index dfe547b2..78e89997 100644 --- a/ext/popup.html +++ b/ext/popup.html @@ -123,6 +123,7 @@ + -- cgit v1.2.3