Viewing profile — its_stolt
its_stolt
HN member- Joined
- Thu, Aug 10, 2023, 1:39 AM UTC
- HN karma
- 10
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About its_stolt
No profile information was provided.
Recent public activity
-
comment
Comment #39768725
These tend to manifest themselves when you have mixed content on the page or you're using CORS. For CORS the issues can surface due to running different rules for dev vs prod/stg.
-
comment
Comment #39767853
Let me add a bit of clarification here, since you specifically asked about https://localhost Using http with localhost is a mostly security context, but it has some quirks[0]. Usin…
-
comment
Comment #39767701
localhost gives you a different security context in your browser than using a full domain name. Typically to use a full domain name locally you'd either need to mess with /etc/host…