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/search.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/search.html') diff --git a/ext/search.html b/ext/search.html index 9e4c8f2e..48abb8b7 100644 --- a/ext/search.html +++ b/ext/search.html @@ -107,6 +107,7 @@ + -- cgit v1.2.3