mirror of
https://gitea.998043.xyz/novice/plugin-privacy.git
synced 2026-09-08 17:26:43 +08:00
feat: hook Class.forName
This commit is contained in:
@@ -23,6 +23,7 @@ public class PrivacyPlugin implements PluginEntry {
|
|||||||
new VMOptionsTransformer(),
|
new VMOptionsTransformer(),
|
||||||
new PluginClassLoaderTransformer(),
|
new PluginClassLoaderTransformer(),
|
||||||
new LicensingFacadeTransformer(),
|
new LicensingFacadeTransformer(),
|
||||||
new PluginManagerCoreTransformer());
|
new PluginManagerCoreTransformer(),
|
||||||
|
new ClassTransformer());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user