Y
Hacker News
new
|
ask
|
show
|
jobs
by
t0mas88
51 days ago
Some browser functions only work over https, localhost is the exception. So if you change localhost:5173 to myapp.vibe it needs a valid certificate.
1 comments
swiftcoder
50 days ago
And localhost being the exception is often quite painful - I've stuck into several projects that worked just fine on localhost, and then were a pain in the neck to convert to run in secure contexts
link