mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 22:06:48 +02:00
Adding history config cli option
This commit is contained in:
committed by
GitHub
parent
af45f7ca39
commit
97238c4621
@@ -42,6 +42,7 @@ public class Utils {
|
||||
private static final String OS = System.getProperty("os.name").toLowerCase();
|
||||
private static final Logger LOGGER = Logger.getLogger(Utils.class);
|
||||
private static final int SHORTENED_PATH_LENGTH = 12;
|
||||
private static final String HISTORY_FILE = "";
|
||||
|
||||
private static PropertiesConfiguration config;
|
||||
private static HashMap<String, HashMap<String, String>> cookieCache;
|
||||
|
Reference in New Issue
Block a user