aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-27 13:52:26 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-27 13:53:05 +0800
commit68b20b5211cc89b71dcee0028411e678c478e220 (patch)
tree275ad5cd9034561dff211ba8f64fd0b79f37c16a
parent5e134629779f70312503af95abc20e14b8b28826 (diff)
fix: enable fetch tiles from any URL
This fix Maplibre usage in content script
-rw-r--r--addon/manifest.json3
1 files changed, 1 insertions, 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 @@
43 "tabs", 43 "tabs",
44 "scripting", 44 "scripting",
45 "contextMenus", 45 "contextMenus",
46 "https://epsg.io/*", 46 "<all_urls>"
47 "https://cdn.jsdelivr.net/*"
48 ] 47 ]
49} 48}