-
Notifications
You must be signed in to change notification settings - Fork 41
/
orfox-spec.txt
31 lines (21 loc) · 1.26 KB
/
orfox-spec.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Orfox spec
1. Background on code/project/build
BUILD-
- The Orfox code is currently almost the exact replica of Fennec and the build instructions can be found at https://wiki.mozilla.org/Mobile/Fennec/Android#Building_Fennec. Once successfully built, this source produces a folder named android_eclipse which is where the main Fennec Browser app code is present.
2. Proposed Changes
- The aim of Orfox is to match the specs of the tor browser bundle for the desktop.
We plan on making it an almost exact replica of the desktop app in order to provide
a similar user experience to people who have been using the desktop browser.
This newly implemented browser would hopefully be a replacement application to
the current Orweb app that we have.
We will match the Tor Browser design and re-use code/patches when at all possible:
https://www.torproject.org/projects/torbrowser/design/
Match Tor Browser Desktop spec:
- Bundling Add-ons: HTTPS Everywhere, No Script, Clean Exit
Android-specific changes:
- remove permissions for GPS, camera, microphone
3. Build/release process
The build release cycle still has to be decided.
4. Risks, Unknowns, Questions
5. Positives
- The vulnerabilities seen at http://xordern.net/ip-leakage-of-mobile-tor-browsers.html are not seen on Orfox.