From 31bd197d09de6541c0e7d5ee2862bd70ad5b5155 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Mon, 2 Mar 2026 11:19:26 +0530 Subject: [PATCH] fix: again tauri opener url capabilities --- src-tauri/capabilities/default.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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:*" } ] }