orfox / orfox-spec.txt @ master
History | View | Annotate | Download (1.26 KB)
| 1 |
Orfox spec |
|---|---|
| 2 |
|
| 3 |
1. Background on code/project/build |
| 4 |
BUILD- |
| 5 |
- 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. |
| 6 |
|
| 7 |
2. Proposed Changes |
| 8 |
- The aim of Orfox is to match the specs of the tor browser bundle for the desktop. |
| 9 |
We plan on making it an almost exact replica of the desktop app in order to provide |
| 10 |
a similar user experience to people who have been using the desktop browser. |
| 11 |
This newly implemented browser would hopefully be a replacement application to |
| 12 |
the current Orweb app that we have. |
| 13 |
|
| 14 |
We will match the Tor Browser design and re-use code/patches when at all possible: |
| 15 |
https://www.torproject.org/projects/torbrowser/design/ |
| 16 |
|
| 17 |
Match Tor Browser Desktop spec: |
| 18 |
- Bundling Add-ons: HTTPS Everywhere, No Script, Clean Exit |
| 19 |
|
| 20 |
Android-specific changes: |
| 21 |
- remove permissions for GPS, camera, microphone |
| 22 |
|
| 23 |
3. Build/release process |
| 24 |
The build release cycle still has to be decided. |
| 25 |
|
| 26 |
4. Risks, Unknowns, Questions |
| 27 |
|
| 28 |
5. Positives |
| 29 |
- The vulnerabilities seen at http://xordern.net/ip-leakage-of-mobile-tor-browsers.html are not seen on Orfox. |
| 30 |
|
| 31 |
|