Private Internet Access Firefox browser extension now available in beta!
I felt this topic needed some special attention due to how many people have been requesting it in the last couple of months.
Login to the client control panel download the new extension.
Comments
Upon installing this my Internet security package "Kaspersy Internet Security 2017" flipped out finding malware.
Russ
Rus
Russ
I just tried it on Debian which uses Firefox v52 and I have the same issue. Just reported to the devs.
Works fine on v59 on my main computer however, so you should just need to update to the latest one and be good to go!
In order to make it work on older versions of Firefox, we'd have to essentially rewrite it for the old engine for a browser that's already EOL. It's unfortunate but it doesn't make sense to spend the resources to maintain two versions of the extension for something the vast majority of users will never use because they've already updated.
As much as it sucks that lots of extensions are to be left behind, that transition was inevitable. Extensions could just poke at the browser's internals at will, so any major change to the rendering engine would break extensions anyway. This leaves the problem that Mozilla had to either stick with the old engine and the technical debt that comes with it but remain compatible. Or they do the significant changes that are needed to stay relevant, but break extensions, potentially multiple times.
WebExtensions solves that by abstracting the internals away behind a standardized API that you can maintain the stability of, but that comes with the cost that on top of breaking everything, what you can do is limited by the API. But at least now if an "HTML6" thing happens, they can swap the entire engine again and not break a single extension in the process. Making the old engine's internals an API and translating the old to new and back is technically possible, but doing so would be super tedious and most likely buggy and slow.
Hopefully the features you miss gets ported to the new Firefox soon enough so you can use our extension as well eventually