mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 11:10:13 +01:00
5 lines
131 B
Plaintext
5 lines
131 B
Plaintext
|
// MRJPlugin.policy
|
||
|
grant codeBase "file:${netscape.oji.plugin.home}/MRJPlugin.jar" {
|
||
|
permission java.security.AllPermission;
|
||
|
};
|