We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug macOS custom protocol should be treated as HTTPS.
To Reproduce N/A
Expected behavior WebRTC should be enabled on custom protocol when permissions are granted.
Additional context Linked with tauri-apps/wry#85 (comment)
localhost should be used as a custom protocol host in macOS. Instead of using tauri:// we should use tauri://localhost/ as a base.
localhost
tauri://
tauri://localhost/
The text was updated successfully, but these errors were encountered:
fix(custom-protocol): Make sure custom protocol is handled as secure …
b928673
…content on macOS Do not seems to affect other platform need to test on Windows and linux to be sure it didn’t break anything. Fix #1550
lemarier
Successfully merging a pull request may close this issue.
Describe the bug
macOS custom protocol should be treated as HTTPS.
To Reproduce
N/A
Expected behavior
WebRTC should be enabled on custom protocol when permissions are granted.
Additional context
Linked with tauri-apps/wry#85 (comment)
localhost
should be used as a custom protocol host in macOS. Instead of usingtauri://
we should usetauri://localhost/
as a base.The text was updated successfully, but these errors were encountered: