From 68b20b5211cc89b71dcee0028411e678c478e220 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 27 Oct 2024 13:52:26 +0800 Subject: fix: enable fetch tiles from any URL This fix Maplibre usage in content script --- addon/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addon/manifest.json b/addon/manifest.json index 96127dd..e7bcbcf 100644 --- a/addon/manifest.json +++ b/addon/manifest.json @@ -43,7 +43,6 @@ "tabs", "scripting", "contextMenus", - "https://epsg.io/*", - "https://cdn.jsdelivr.net/*" + "" ] } -- cgit v1.2.3-70-g09d2