From 3598e27ffab3e5cd837cad05e2d5b23901528a6a Mon Sep 17 00:00:00 2001
From: idk
+
@@ -24,7 +28,7 @@ package: net.i2p.i2pfirefox
## Methods
-### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L26)
+### main [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L30)
+ Description:
+ Access: public
@@ -36,7 +40,7 @@ package: net.i2p.i2pfirefox
| args | String[] | |
-### validateProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L47)
+### validateProfileDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L51)
+ Description: Return true if the profile directory is valid.
+ Access: public
@@ -48,7 +52,31 @@ package: net.i2p.i2pfirefox
| profileDirectory | String | the profile directory to check |
-### validateFile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L86)
+### deRestrictHTTPS [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L84)
+
++ Description:
++ Access: private
++ Modifiers: static
++ return: boolean
+
+| Name | Type | Description |
+| ----- | ----- | ----- |
+| profile | String | |
+
+
+### undoHttpsOnlyMode [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L104)
+
++ Description:
++ Access: private
++ Modifiers: static
++ return: boolean
+
+| Name | Type | Description |
+| ----- | ----- | ----- |
+| fileToBeModified | File | |
+
+
+### validateFile [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L140)
+ Description: Return true if the file is valid.
+ Access: public
@@ -60,7 +88,7 @@ package: net.i2p.i2pfirefox
| file | String | the file to check |
-### validateExtensionDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L113)
+### validateExtensionDirectory [[src]](src/java/net/i2p/i2pfirefox/I2PFirefoxProfileChecker.java#L167)
+ Description: Return true if the extension directory is valid.
+ Access: public
diff --git a/build.xml b/build.xml
index 5b38fa8..65e7263 100755
--- a/build.xml
+++ b/build.xml
@@ -311,7 +311,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
@@ -465,10 +468,15 @@ if (i2pIsRunning()) {
TODO: Summarize differences