4 lines
92 B
Plaintext
Raw Normal View History

grant codeBase "file:${{java.ext.dirs}}/*" {
permission java.security.AllPermission;
};