4 lines
125 B
Plaintext
Raw Normal View History

2025-03-14 17:29:57 +08:00
grant {
// needed because of the hot reload functionality
permission java.net.SocketPermission "*", "connect,resolve";
};