forked from zombieb/undead-universal-patch-il2cpp
Add token expiry (bump minor)
Temp remove genuine patch for unity product name Exporting and importing tokens (not tested very well) Insecure HTTP warning on auth
This commit is contained in:
@@ -46,11 +46,15 @@ namespace undead_universal_patch_il2cpp
|
||||
{
|
||||
public static ConfigEntry<bool> Enabled;
|
||||
public static ConfigEntry<bool> RegenerateKeypair;
|
||||
public static ConfigEntry<string> Export;
|
||||
public static ConfigEntry<bool> Import;
|
||||
}
|
||||
|
||||
public static class GalvanicConfigDefaults
|
||||
{
|
||||
public static bool Enabled = false;
|
||||
public static bool RegenerateKeypair = false;
|
||||
public static string Export = "IDoNotWantToExportMyKeys";
|
||||
public static bool Import = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user