diff --git a/i2p2www/pages/site/browser/roadmap.html b/i2p2www/pages/site/browser/roadmap.html index e9dfe647ea43f5c78c3684df52248ecfc32b3ca4..8187f00632ac4320c0aea11bf2678971fd1c11e2 100644 --- a/i2p2www/pages/site/browser/roadmap.html +++ b/i2p2www/pages/site/browser/roadmap.html @@ -31,6 +31,32 @@ <li>HTTP Proxy Readiness indicator</li> <li>Application Dialog Boxes with Description of Applications</li> <li>Update/explain long-term product goals on web site</li> + <li>Notify users that update is downloading Add a "Downloading I2P Browser update"</li> + <li>Change the default Firefox profile directory to be I2BB-relative.</li> + <li>Tests for .i2p whitelisting</li> + <li>Tests for .i2p secure cookies</li> + <li>Mark .i2p cookies as secure</li> + <li><strong>Besides enabling I2P features, there is also the on-going work of backporting and enabling enhancements from TBB, which sometimes require alteration to work with I2P. Highlights for this release:</strong> + <ol style="list-style-type: square;"> + <li>Enable media cache in memory</li> + <li>Prevent speculative connect that violated FPI.</li> + <li>Exclude ClearKey system</li> + <li>Added a script to run all I2P Browser specific tests</li> + <li>Remove localhost DNS lookup in nsProfileLock.cpp</li> + <li>Disable libmdns</li> + <li>Downgrades VP9 videos to VP8</li> + <li>Reinstate the update.xml hash check</li> + <li>Disable WebGL readPixel() for web content</li> + <li>Prevent WebSocket DNS leak</li> + <li>Disable installation of system addons</li> + <li>Don't allow SSL key logging</li> + <li>Clear window.name when no referrer sent</li> + <li>Disable NTLM and Negotiate HTTP Auth</li> + <li>Prevent potential proxy bypass cases.</li> + <li>Don't allow enterprise policies in I2P Browser</li> + <li>Disable pingsender executable</li> + <li>Tests for browser preferences</li> + </ol> </ol> <h3 id="r30b9"> @@ -41,6 +67,7 @@ <ol style="list-style-type: square;"> <li>Release using ESR 68, deprecate ESR 60</li> + <li>Replace Tor/Firefox onboarding slideshow completely with something self-contained</li> <li>Move JSON-RPC and I2PControl to web extension, simplify I2Pbutton</li> <li>Protocol Handlers for Router Console and Mailto</li> <li>Dynamic Themes/Contextual Identities</li>