diff --git a/crates/gitbutler-tauri/capabilities/main.json b/crates/gitbutler-tauri/capabilities/main.json index b4a45e3c8e..91b8fb8931 100644 --- a/crates/gitbutler-tauri/capabilities/main.json +++ b/crates/gitbutler-tauri/capabilities/main.json @@ -2,9 +2,7 @@ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "main", "description": "permissions for gitbutler tauri", - "windows": [ - "*" - ], + "windows": ["*"], "local": true, "permissions": [ "core:default", @@ -23,10 +21,10 @@ "identifier": "http:default", "allow": [ { - "url": "http://127.0.0.1:*" + "url": "http://127.0.0.1:**" }, { - "url": "http://localhost:*" + "url": "http://localhost:**" } ] }