fix some false-ish positive validation errors

This commit is contained in:
idk
2022-08-07 13:47:37 -04:00
parent 056c4966fe
commit e4ee05ea30
3 changed files with 41 additions and 7 deletions

View File

@ -43,10 +43,6 @@ public class I2PFirefoxProfileChecker {
System.out.println("user.js is not valid");
return false;
}
if (!validateFile(profileDir+"/user-overrides.js")){
System.out.println("user-overrides.js is not valid");
return false;
}
if (!validateExtensionDirectory(profileDir+"/extensions")){
System.out.println("extensions directory is invalid");
return false;