Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Going to switch over to the beta for a week and see how I get on.

From first impressions though, I'm very impressed by how snappy it feels.

One downside is a personal site I host uses client side certs for auth, and that stopped working in Firefox (whereas it was fine in Chrome), turns out the Javascript fetch API needs you to structure the request like

`fetch(someUrl, { credentials: 'include' })`

So I had to go through the code to fix that.

Presumably this is a web standard that Firefox is adhering to, whereas Chrome is a bit more relaxed on this?



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: