2020-01-03 12:45:17 -05:00
I2P in Private Browsing Mode(Firefox-Only)
==========================================
2019-02-05 10:53:26 -05:00
2020-01-25 00:06:28 -05:00
This is an webextension which introduces a set of new "Private Browsing" modes
to Firefox-based browsers(Supporting webextensions) that makes it easier to
configure a browser to use I2P securely and adds features for making I2P
applications easier to use. It does this by isolating I2P-specific settings to
Contextual Identities within Firefox, then loading them automatically when the
user requests them. It also adds convenience and management features, like an
embedded I2P console and Bittorrent integration with clients using the
transmission-rpc API.
2019-06-19 10:44:03 -04:00
2019-12-24 16:46:51 -05:00
Installation(Cross-Platform):
-----------------------------
2019-06-19 10:44:03 -04:00
2019-12-24 12:11:06 -05:00
For desktop users this addon is available from addons.mozilla.org, where you
will be able to recive automatic updates:
2020-01-06 12:03:38 -05:00
[I2P in Private Browsing ](https://addons.mozilla.org/en-US/firefox/addon/i2p-in-private-browsing/ ).
2019-06-19 10:44:03 -04:00
2019-12-24 16:46:51 -05:00
Debian Installation:
--------------------
2019-11-11 01:48:37 -05:00
Should you prefer, it is possible to install this extension system-wide by
side-loading it into Debian. You can generate your own deb file by running the
command:
make deb
2019-12-24 12:11:06 -05:00
and then you can install it with:
sudo apt install ../i2psetproxy.js_*.deb
2020-01-04 02:41:44 -05:00
Bittorrent Download:
--------------------
2020-01-04 18:28:00 -05:00
The self-hosted plugin is available from bittorrent both within the I2P and
Clearnet Bittorrent network(With a web seed to support it in case one goes
dead).
2020-01-04 02:41:44 -05:00
2020-01-04 13:06:32 -05:00
* magnetsub
2020-01-04 02:41:44 -05:00
* [Get the .torrent file ](./i2ppb@eyedeekay.github.io.xpi.torrent )
2019-12-24 16:46:51 -05:00
Usage:
------
* Basically, it "Just Works." After you install the plugin, browsing to an I2P
domain will automatically stop the current tab and re-open the I2P site in an
I2P Browser tab.
* Besides that, four bookmarks are added to the "Bookmarks Toolbar," which
will take you to visit your Java I2P applications, or the "Simplified I2P
Landing Page" embedded in the plugin:
* 
* Also, there's a menu for accessing I2P functionality while you're browsing.
It lets you control a few settings in a granular way.
* 
* You can re-enable WebRTC but force it to always use the proxy that is
enforced by the tab.
* You can either force the browser to delete all history for I2P sites
immediately, or you can close all your I2P Browser tabs at once and delete
the history for I2P browsing when you're done.
2019-12-24 16:50:47 -05:00
* That's all there is to it! Your browser is configured to safely use and
2020-02-25 23:21:42 -05:00
administer I2P.
* Optionally, you can add I2PSnark-RPC and use Bittorrent-over-I2P via the
transmission-rpc interface. To do this, have a look at the torrent guide:
[Torrent guide ](torrent )
2019-12-24 16:46:51 -05:00
2019-06-19 10:44:03 -04:00
### Features
2019-10-16 23:59:12 -04:00
* [done] **Provide** a way to launch into an I2P-Specific contextual identity
(container). Intercept requests to .i2p domains and automatically route them
to the I2P container. Isolate the router console from other local
applications by automatically intercepting requests to the router console to
another container.
2019-12-24 15:28:14 -05:00
* 
2019-11-25 20:42:46 -05:00
* [done] **Indicate** the I2P browser is in use visually. Find an
2019-10-16 23:59:12 -04:00
acceptable way to indicate it on Android.
2019-12-24 15:28:14 -05:00
* 
2019-10-16 23:59:12 -04:00
* [done] **Set** the http proxy to use the local I2P proxy automatically.
Provide specific configuration for other types of I2P proxies(SOCKS,
isolating HTTP)
2019-11-25 20:42:46 -05:00
* [done] **Disable** risky webRTC features/offer the option to re-enable
2019-10-16 23:59:12 -04:00
them with the proxy enforced.
2019-10-31 12:22:19 -04:00
* [done] **Change** the color of the browser window to indicate that I2P is in
use
2019-12-24 15:28:14 -05:00
* 
2020-01-12 00:45:44 -05:00
* [ready] **Provide** help in a variety of languages.
2020-01-12 21:03:35 -05:00
* [done] **Monitor** the health and readiness of the I2P router it is
2019-11-10 22:28:16 -05:00
instructed to use. Currently the plugin checks whether the HTTP Proxy is
working by fetching an image from "http://proxy.i2p" and displaying a result.
A work-in-progress binding to i2pcontrol is available in ./i2pcontrol, it is
inert at this time.
2020-01-12 21:03:35 -05:00
* 
2019-11-25 20:42:46 -05:00
* [Done] **Handle** router console applications under their own origins and
2019-10-16 19:45:16 -04:00
within their own contextual identity. (1) The router console is automatically
confined to it's own container tab. (2) Use a custom protocol handler to
place each i2p application/plugin under it's own origin, shortening router
console URL's and placing applications under their own origin.
2019-12-24 15:28:14 -05:00
* 
2020-02-25 21:16:37 -05:00
* [Done] **Handle Torrents** by talking to i2psnark-rpc plugin and then
2019-10-16 19:45:16 -04:00
adding them directly into the Firefox downloads drop-downs, menus, etc. If I
2020-02-25 21:16:37 -05:00
can.
2019-12-24 15:28:14 -05:00
* 
2020-02-25 21:16:37 -05:00
* 
2019-11-26 22:45:49 -05:00
* [barely started] **Isolate** traffic by contextual identity to it's own HTTP
Proxy tunnel, each reflecting it's own pseudonymous identity within I2P. The
contextual identities. For now, the contextual identities used to manage
browsing are "I2P Browsing" and "Web Browsing" where I2P Browsing is capable
of using an outproxy but in the case of traffic destined for the clearnet
does not do header rewriting, and Web Browsing falls back to the Proxy
configured in Firefox. The I2P Browsing will be expanded to
- I2P Amnesiac Browsing: Use for General Browsing, stores no history and
uses an HTTP Proxy with a very short tunnel-close timeout and no key-reuse.
- I2P Social Networking: Use this for logging into social network accounts,
forums, and other interactive asynchronous public communication platforms
where your identity is behaviorally linkable. This has a very long
tunnel-close timeout and key-reuse until specifically invoked.
- I2P Blogging: Use this for posting content to the web interface of your
blog or to other similar websites that you create content on.
2019-12-24 12:11:06 -05:00
* 
2019-02-19 15:46:25 -05:00
2019-12-24 12:11:06 -05:00
### Video
2019-11-10 22:24:10 -05:00
2019-12-24 15:25:16 -05:00
* 
2019-12-24 13:25:19 -05:00
2019-12-24 15:28:14 -05:00
Documents
------------
2020-01-03 13:06:55 -05:00
* **[Browser Outline ](https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox/releases/download/docs/Browser.Design.Documentation.pdf )**: This document is an outline of each of
2019-12-24 15:28:14 -05:00
the browser extension's feature panels in presentation form.
2020-01-03 13:06:55 -05:00
* **[Smart Lander Design ](https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox/releases/download/docs/Landing.Page.Documentation.pdf )**: This is the original outline of
2019-12-24 15:28:14 -05:00
the smart landing page which became the I2P home page within the browser and
the drop-down control panel.
2020-01-25 22:25:51 -05:00
* **[Other extensions ](https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox/wiki/Other-Extensions )**: and how they work with this one.
2019-12-24 15:28:14 -05:00
2019-10-16 15:31:30 -04:00
Super Extra Important Background Info:
--------------------------------------
This plugin's viability is directly related to the viability of Mozilla and
Tor's work on hardening Firefox itself and of particular interest are the
"Uplift" and "Fusion(Firefox Using Onions)" projects.
### Links about Project Uplift
2019-12-25 13:30:37 -05:00
* [Tor Uplift ](https://wiki.mozilla.org/Security/Tor_Uplift ) is a project which
brings important features of the Tor Browser to the mainstream of Firefox
users by including patches from Tor Browser Bundle into Firefox where it is
appropriate.
* [First Party Isolation ](https://wiki.mozilla.org/Security/FirstPartyIsolation )
is a feature in Firefox and other browsers which keeps information from
leaking across first-party domains.
* [Fingerprinting ](https://wiki.mozilla.org/Security/Fingerprinting ) is a
technique where a tracker attempts to extract unique information about a user
from a side-channel in order to create an identifier that can be used to
correlate the user across many sites.
* [Fennec ](https://wiki.mozilla.org/Security/Fennec%2BTor_Project ) is Firefox
for Android and this link has some analysis of the privacy consequences of the
Android platform.
* [Tracking ](https://wiki.mozilla.org/Security/Tor_Uplift/Tracking ) in Firefox
is surveyed here.
2019-10-16 15:31:30 -04:00
Project uplift seems to have largely been accomplished?
### Links about Project Fusion
2019-12-25 13:30:37 -05:00
* [Project Fusion ](https://wiki.mozilla.org/Security/Fusion ) or Firefox using
Onions is a joint Mozilla/Tor effort to create an enhanced Private Browsing
mode for Firefox which uses Tor.
* [Notes ](https://trac.torproject.org/projects/tor/wiki/org/meetings/2018Rome/Notes/FusionProject )
from a meeting about Fusion.
* [Tor at the Heart: Firefox ](https://blog.torproject.org/tor-heart-firefox ) is
a blog about Tor and the relationship they have to Firefox re: TBB, Fusion.
2019-12-24 12:11:06 -05:00
The Old Version
---------------
New versions of this extension create an I2P in Private Browsing mode instead.
Since this is a drastic change to the behavior of the old plugin, a new entry
for the new plugin has been made at a new location on addons.mozilla.org.
* This is the new version: [[link]](https://addons.mozilla.org/en-US/firefox/addon/i2p-in-private-browsing/)
* This is the old version: [[link]](https://addons.mozilla.org/en-US/firefox/addon/I2P-Proxy/)
Android usage:
--------------
Open the following link
[Github Releases Version ](https://github.com/eyedeekay/i2psetproxy.js/releases/ )
in the browser you want to use for I2P. Firefox will warn you that it is about
to install an extension and indicate the permissions required. Read them over
and when you're ready, accept them. That's all it should take, your browser is
now configured to use I2P.
### Android addons.mozilla.org(Temporarily Disabled)
If you would prefer to recieve automatic updates from AMO, the correct product
page for this plugin is
[I2P In Private Browsing ](https://addons.mozilla.org/en-US/firefox/addon/i2p-in-private-browsing/ ).
This absolutely requires a working outproxy. If you want to avoid the use of AMO
for updates, you can download the identical plugin from this repository's
releases page. The latest AMO Plugin will always be identical to the latest
github release, except for the version number, which must be incremented for
submission to AMO.