tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.38k stars 2.58k forks source link

[bug] permissions:How http allows dynamic domain name access? #11665

Closed lhc122525 closed 1 week ago

lhc122525 commented 1 week ago

Describe the bug

Domain name is returned through the interface,How can I allow http dynamic domain name access to the api?

{ "identifier": "http:default", "allow": [ { "url": "http://**" } ] },

Reproduction

No response

Expected behavior

No response

Full tauri info output

Error: url not allowed on the configured scope

Stack trace

No response

Additional context

No response

FabianLars commented 1 week ago

duplicate of https://github.com/tauri-apps/plugins-workspace/issues/2040