You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open console to see [blocked] The page at https://debug.bun.sh/#localhost:6499/2wya3ti2g9s requested insecure content from ws://localhost:6499/2wya3ti2g9s. This content was blocked and must
What is the expected behavior?
Bun Inspector works on macOS Safari
What do you see instead?
No response
Additional information
This happens because Safari disallows to connect to insecure servers from secure origin, even with Content Blockers and other privacy settings disabled.
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.42
What platform is your computer?
Darwin 24.2.0 arm64 arm
What steps can reproduce the bug?
bun --inspect server.js
[blocked] The page at https://debug.bun.sh/#localhost:6499/2wya3ti2g9s requested insecure content from ws://localhost:6499/2wya3ti2g9s. This content was blocked and must
What is the expected behavior?
Bun Inspector works on macOS Safari
What do you see instead?
No response
Additional information
This happens because Safari disallows to connect to insecure servers from secure origin, even with Content Blockers and other privacy settings disabled.
The text was updated successfully, but these errors were encountered: