From 19be415d6473cfa460f649c3109a812ca37ca922 Mon Sep 17 00:00:00 2001 From: "Ray J. Greenwell" Date: Tue, 21 Jan 2014 14:30:17 -0800 Subject: [PATCH] Add more security attributes to the manifest. I think we need the Caller-Allowable-Codebase attribute so that javascript bridges work. I also added a Application-Library-Allowable-Codebase. The full list of security attributes and their meanings: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html --- lib/manifest.mf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/manifest.mf b/lib/manifest.mf index 73c8ba4..3be50cc 100644 --- a/lib/manifest.mf +++ b/lib/manifest.mf @@ -1,4 +1,6 @@ Main-Class: com.threerings.getdown.launcher.Getdown Permissions: all-permissions -Codebase: * Application-Name: Getdown +Codebase: * +Application-Library-Allowable-Codebase: * +Caller-Allowable-Codebase: *