From 2e8727a309d59ff5399d796fdb148ff988af1625 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 25 Dec 2019 13:30:37 -0500 Subject: [PATCH 1/4] add some explanations to the links on the page --- README.md | 31 +++++++++++++++++++++++-------- index.html | 21 ++++++++++++++++----- 2 files changed, 39 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 13a82a6..6140459 100644 --- a/README.md +++ b/README.md @@ -126,19 +126,34 @@ Tor's work on hardening Firefox itself and of particular interest are the ### Links about Project Uplift - * https://wiki.mozilla.org/Security/Tor_Uplift - * https://wiki.mozilla.org/Security/FirstPartyIsolation - * https://wiki.mozilla.org/Security/Fingerprinting - * https://wiki.mozilla.org/Security/Fennec%2BTor_Project - * https://wiki.mozilla.org/Security/Tor_Uplift/Tracking + * [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. Project uplift seems to have largely been accomplished? ### Links about Project Fusion - * https://wiki.mozilla.org/Security/Fusion - * https://trac.torproject.org/projects/tor/wiki/org/meetings/2018Rome/Notes/FusionProject - * https://blog.torproject.org/tor-heart-firefox + * [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. The Old Version --------------- diff --git a/index.html b/index.html index 12f9857..32375c3 100644 --- a/index.html +++ b/index.html @@ -139,11 +139,22 @@ Tor's work on hardening Firefox itself and of particular interest are the

Links about Project Uplift

Project uplift seems to have largely been accomplished?

From 3d0b7db6dc42bf2248696bc79b5459b76bfdb14c Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 25 Dec 2019 13:30:43 -0500 Subject: [PATCH 2/4] add some explanations to the links on the page --- index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 32375c3..58fd117 100644 --- a/index.html +++ b/index.html @@ -162,9 +162,13 @@ is surveyed here.

Links about Project Fusion

The Old Version

From e245aff6bdd774531313c5386ca85df4dd53b808 Mon Sep 17 00:00:00 2001 From: idk Date: Fri, 3 Jan 2020 13:06:55 -0500 Subject: [PATCH 3/4] update pages and stuff --- Makefile | 8 +++++--- README.md | 4 ++-- index.html | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 5530482..35772e3 100644 --- a/Makefile +++ b/Makefile @@ -160,9 +160,6 @@ rhz-submit: rhz-version #web-ext-submit --channel unlisted --config-discovery false --api-key $(WEB_EXT_API_KEY) --api-secret $(WEB_EXT_API_SECRET); true #cp web-ext-artifacts/*.xpi ./i2ppb@eyedeekay.github.io.xpi -#gettorrent: -# wget "http://127.0.0.1:7657/i2psnark/i2ppb@eyedeekay.github.io.xpi.torrent" - getxpi: gothub download -t $(VERSION) -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -n "i2ppb@eyedeekay.github.io.xpi" @@ -220,6 +217,11 @@ upload-deb: gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t $(VERSION) -n "i2psetproxy.js_$(VERSION)-1_amd64.changes" -f "../i2psetproxy.js_$(VERSION)-1_amd64.changes" gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t $(VERSION) -n "i2psetproxy.js_$(VERSION)-1_amd64.buildinfo" -f "../i2psetproxy.js_$(VERSION)-1_amd64.buildinfo" +upload-docs: + gothub release -p -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Documentation" -d "PDF's and text about the extension"; true + gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Landing Page Documentation.pdf" -f smartlander.pdf + gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Browser Design Documentation.pdf" -f browser.pdf + fmt: cleancss -O1 all -O2 all --format beautify home.css -o .home.css && mv .home.css home.css cleancss -O1 all -O2 all --format beautify info.css -o .info.css && mv .info.css info.css diff --git a/README.md b/README.md index 6e74db4..66fe3a8 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,9 @@ Usage: Documents ------------ - * **[Browser Outline](browser.pdf)**: This document is an outline of each of + * **[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 the browser extension's feature panels in presentation form. - * **[Smart Lander Design](smartlander.pdf)**: This is the original outline of + * **[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 the smart landing page which became the I2P home page within the browser and the drop-down control panel. diff --git a/index.html b/index.html index 58fd117..9148236 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ I2P in Private Browsing Mode -

i2psetproxy.js

+

I2P in Private Browsing Mode(Firefox-Only)

This is an Experimental webextension which introduces a set of new "Private Browsing" modes to Firefox-based browsers(Supporting webextensions) that makes @@ -123,9 +123,9 @@ blog or to other similar websites that you create content on.

Documents

    -
  • Browser Outline: This document is an outline of each of +
  • Browser Outline: This document is an outline of each of the browser extension's feature panels in presentation form.
  • -
  • Smart Lander Design: This is the original outline of +
  • Smart Lander Design: This is the original outline of the smart landing page which became the I2P home page within the browser and the drop-down control panel.
From 4f8db01542f2924bca29d06c43f2bae36291fcb8 Mon Sep 17 00:00:00 2001 From: idk Date: Fri, 3 Jan 2020 13:07:58 -0500 Subject: [PATCH 4/4] remove pdf's from repo store them in a release instead --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 35772e3..adf9e96 100644 --- a/Makefile +++ b/Makefile @@ -219,8 +219,8 @@ upload-deb: upload-docs: gothub release -p -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Documentation" -d "PDF's and text about the extension"; true - gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Landing Page Documentation.pdf" -f smartlander.pdf - gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Browser Design Documentation.pdf" -f browser.pdf + gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Landing Page Documentation.pdf" -f ../smartlander.pdf + gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "Browser Design Documentation.pdf" -f ../browser.pdf fmt: cleancss -O1 all -O2 all --format beautify home.css -o .home.css && mv .home.css home.css