and explicitly set safe to be true

This commit is contained in:
Elizabeth Fong
2006-10-19 23:31:58 +00:00
parent adb0ee9b1e
commit 323ca2e3ee
@@ -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;
} }