Interesting, I've never heard about that.. What is the difference?
antithetical
How I read it is that they've reintroduced it in FF 139 and that you need to enable the third-party certificates to acces the client certificate in the Android cert. store. But the linked bugs in the later replies of my link mention a regression in FF 140+.
I do agree that this is still a horrible UX though. Sadly I don't have the time currently to test it.
I was curious so I looked it up.. But it should technically work on FF for Android, although there is a bug in the UI.
See:
This is only true for the connection security. With mTLS you can also authenticate to the webapplication you're trying to reach. So consider your use-case between vpn/mtls.
New product is part of OpenAI’s broader strategy to capture data on users’ web behavior
So, not really a new browser but new spyware..
If you're really out of options you can just brute-force it:
# grep -r 'old.home.lab' /etc
Or any other dir with configs..
Oh so many fun adventures, too much to count... But a few nice ones:
- HDD died, so ran a desktop system over network from a NAS (nfs) without HDD.. for months.
- Rebuilding a corrupted system (any bit advanced tools wouldn't start anymore, like apt).
- Custom bootable live cd based on Linux From Scratch (around 2002).
- Anything related to Kerberos and NFS4.
- Replacing syscalls to run software from a ramdrive that would otherwise not work.
- Recently using debootstrap to install Kubuntu with a ZFS root, which went surprisingly smooth and pretty easy.
I love Linux for all these insane possibilities.
Although the display was grating, Trump fell for it hook, line and sinker. Having seen Rutte in his previous role as prime-minister before this was all an act just to butter him up.
Github. The /
key is usually a shortcut in Firefox (and many other software) for search. But they hijacked it to their search-field that requires you to be logged in anyway. So you can only use ctrl+f on their site.
For websearch I've switched to Kagi and it does exactly what I need, nothing more, nothing less.
I tried OVH last year as a CDN for out site and the interface and features were either horribly slow or severely lacking. I hope they can use this as an impulse to improve their services. At least the Azure interfaces are also dogslow so not much competition there. Scaleway was pretty good but their support was hopelessly bad and it was too bad they nixed their arm64 offerings.
Could be that I misread but I think you're misunderstanding types in Typescript.
You have an array of 1 or 2 values of unbounded size. You put two values in but could have put 1000 in, your type doesn't say anything about that. You can only put ones or twos in there though.
I think your first line is equivalent to saying:
I haven't checked though so I might be wrong..