fix(tauri): allow tauri.localhost internal navigation

This commit is contained in:
Shantur Rathore
2026-01-28 19:41:39 +00:00
parent 2961d41be3
commit 37d075fbb3
3 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"identifier": "main-window-native-dialogs",
"description": "Grant the main window access to required core features and native dialog commands.",
"remote": {
"urls": ["http://127.0.0.1:*", "http://localhost:*"]
"urls": ["http://127.0.0.1:*", "http://localhost:*", "http://tauri.localhost/*", "https://tauri.localhost/*"]
},
"windows": ["main"],
"permissions": [