rugk

Results 1589 comments of rugk

@sibiantony, maybe you want to comment on the BugZilla ticket. See [this request](https://bugzilla.mozilla.org/show_bug.cgi?id=1322748#c2): > It would be great to have a concrete list of the specific use-cases and overall aims...

Note that you can use so-called [hybrid extensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Embedded_WebExtensions) for switching to Web extensions.

In the bugzilla issue there is much discussion and it seems to go on, but as for this add-on: Do you think you can create a new version until Firefox...

HTTPS Everywhere works in a very different way. It is just about redirecting http to https. This was always available in the WebExtension API in Firefox. This add-on needs much...

https://bugzilla.mozilla.org/show_bug.cgi?id=1322748 is already near it's end. So if you, @sibiantony, need another feature there, you'd better ask for it now.

Good news: [The bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1322748) has been marked as fixed and will be shipped in Firefox 62 as it seems. So better start implementation of this add-on now…

Meanwhile, maybe use Liberapay? https://github.com/sibiantony/ssleuth/issues/86

Firefox 62 will have the new API and it is currently in Beta. https://addons.mozilla.org/en-US/firefox/addon/certainly-something/ is already an add-on for viewing certificate details.

I can confirm this is broken with Fedora SIlverblue 39: Here I just open it and click apply without changing anything and that fails: ``` $ flatpak run io.github.realmazharhussain.GdmSettings -vvv...

Another tip as this uses Electron AFAIK: Many Electron apps (based on the Chromium engine) use [Zypak](https://github.com/refi64/zypak) for sub-sandboxing. I did not yet fully understand how it works, but maybe...