From cf41dae2530e369c2617b9809ea664db1527362c Mon Sep 17 00:00:00 2001 From: Kholin Date: Thu, 17 Oct 2024 09:11:42 +0800 Subject: [PATCH] Fixed CORS error in latest firefox --- src/manifest_gecko.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest_gecko.json b/src/manifest_gecko.json index 6c036f3..b63a8b5 100644 --- a/src/manifest_gecko.json +++ b/src/manifest_gecko.json @@ -8,7 +8,8 @@ "storage", "unlimitedStorage", "alarms", - "https://www.google.com/" + "https://www.google.com/", + "https://*.gstatic.com/" ], "options_ui": {