From 27a7e61ff8f13fa7130b719e64519bd9c47a7f28 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 25 Jan 2026 21:06:46 +1100 Subject: [PATCH] fix: update opener permissions to allow default URLs and remove unnecessary entries --- src-tauri/capabilities/default.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 1c61af2..5a0e2c0 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -6,11 +6,7 @@ "platforms": ["linux", "windows", "macOS"], "permissions": [ "core:default", - "opener:default", - { - "identifier": "opener:allow-open-url", - "allow": [{ "url": "http://**" }, { "url": "https://**" }] - }, + "opener:allow-default-urls", "notification:default", "autostart:default" ]