eyedeekay / I2P-in-Private-Browsing-Mode-Firefox

I2P in Private Browsing mode for Firefox, built using Webextensions and Contextual Identities
https://eyedeekay.github.io/I2P-in-Private-Browsing-Mode-Firefox/
MIT License
63 stars 10 forks source link

Use pageAction to indicate Security Status of I2P Sites(TLS, etc) #77

Closed eyedeekay closed 3 years ago

eyedeekay commented 4 years ago

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/pageAction

eyedeekay commented 4 years ago

In progress on branch pageaction

eyedeekay commented 4 years ago

Basically I can't set up an actual, signed TLS certificate for an eepSite so what I'm going to make it possible to do is sign your eepSite certificate with your regular web site certificate, then display the chain of trust to your regular web site certificate in a "PageAction" box that is accessible from the URL bar. The goal is to make it easier and safer to access content that is mirrored or proxied into I2P by clearnet sites without resorting to an outproxy.

Besides that, other security-related properties of eepSite connections may be displayed here.

eyedeekay commented 3 years ago

https://i2pgit.org/idk/I2P-in-Private-Browsing-Mode-Firefox/-/merge_requests/23