fn get_cors_origins() -> &'static strExpand description
Get the appropriate Access-Control-Allow-Origin header for the current platform
Tauri uses different origins for custom URI schemes on different platforms:
- macOS, Linux: land://localhost/
- Windows: http://land.localhost/
Returns a comma-separated list of origins to support all platforms.