and explicitly set safe to be true
This commit is contained in:
@@ -260,5 +260,5 @@ public class GetdownApplet extends JApplet
|
|||||||
* Getdown will refuse to initialize if the jar is signed but the
|
* Getdown will refuse to initialize if the jar is signed but the
|
||||||
* parameters are not validated to prevent malicious code from being run.
|
* parameters are not validated to prevent malicious code from being run.
|
||||||
*/
|
*/
|
||||||
protected boolean _safe = false;
|
protected boolean _safe = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user