diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index bc9938e..a70843b 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -58,13 +58,7 @@ "identifier": "opener:allow-open-url", "allow": [ { - "url": "https://chromewebstore.google.com" - }, - { - "url": "https://addons.mozilla.org" - }, - { - "url": "https://github.com" + "url": "https:*" } ] }