diff options
author | Sven Gothel <[email protected]> | 2014-01-22 10:24:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 10:24:38 +0100 |
commit | 971190d8718bb1e2b7eafdd49cfa2523dd8a8152 (patch) | |
tree | 9b97c08633b323d23eea6ea6d9b185f13ec3341a /jnlp-files/Gears.jnlp | |
parent | 1eb0c1c14240f1e8c1dfbf8493c589f8dba4c4b6 (diff) |
Adapt to Oracle's removal of the Java Applet Sandbox, i.e. >= 7u51 ; Remove reference to JNLPAppletLauncher - use NApplet fallback
Sadly, due to Oracle's Java Applet Plugin update 7u51,
unsigned applets are no more allowed and hence the
Applet sandbox is being taken away.
Diffstat (limited to 'jnlp-files/Gears.jnlp')
-rwxr-xr-x | jnlp-files/Gears.jnlp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jnlp-files/Gears.jnlp b/jnlp-files/Gears.jnlp index 3b0da3a..b677d2e 100755 --- a/jnlp-files/Gears.jnlp +++ b/jnlp-files/Gears.jnlp @@ -10,6 +10,9 @@ <offline-allowed/> </information> <update check="background" policy="always"/> + <security> + <all-permissions/> + </security> <resources> <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> |