re-add Tor Browser support to OSX
Former-commit-id: 812c63e5e8
Former-commit-id: 938d13b82ad102303304b19e86516ed708c39e30
This commit is contained in:
@ -3,6 +3,7 @@ Sat, October 1
|
||||
|
||||
- Work around anti-automation measures on OSX by writing final command out to shell script and running that
|
||||
- Deterministically generate .zip files
|
||||
- Add Tor Browser support to OSX
|
||||
|
||||
Sun, September 25
|
||||
-----------------
|
||||
|
@ -221,7 +221,6 @@ pointless and terrible. Literally any other browser would be better.
|
||||
installed on-path. What is on path is virtually always a wrapper for Tor Browser
|
||||
which is installed either as the main user or it's own user. Linux will only use
|
||||
Tor Browser if it's discovered in "Local" mode.
|
||||
- The above is also true of OSX for now but doesn't have to remain so.
|
||||
- I really only test Phase 3 with Dillo and Edgium. **YMMV.**
|
||||
|
||||
### Usability vs Strict
|
||||
|
@ -61,7 +61,8 @@ public class I2PFirefox extends I2PCommonBrowser {
|
||||
return exePath;
|
||||
}
|
||||
private static String[] FIND_FIREFOX_SEARCH_PATHS_OSX() {
|
||||
String[] path = new String[] {"/Applications/Firefox.app/Contents/MacOS",
|
||||
String[] path = new String[] {"/Applications/Tor Browser.app/Contents/MacOS",
|
||||
"/Applications/Firefox.app/Contents/MacOS",
|
||||
"/Applications/Waterfox.app/Contents/MacOS",
|
||||
"/Applications/Librewolf.app/Contents/MacOS"};
|
||||
String[] exes = new String[] {"firefox", "firefox-bin", "firefox-esr",
|
||||
|
Reference in New Issue
Block a user