diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-27 13:52:26 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-27 13:53:05 +0800 |
| commit | 68b20b5211cc89b71dcee0028411e678c478e220 (patch) | |
| tree | 275ad5cd9034561dff211ba8f64fd0b79f37c16a /addon | |
| parent | 5e134629779f70312503af95abc20e14b8b28826 (diff) | |
fix: enable fetch tiles from any URL
This fix Maplibre usage in content script
Diffstat (limited to 'addon')
| -rw-r--r-- | addon/manifest.json | 3 |
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 | } |