19be415d64
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
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
Main-Class: com.threerings.getdown.launcher.Getdown
|
|
Permissions: all-permissions
|
|
Application-Name: Getdown
|
|
Codebase: *
|
|
Application-Library-Allowable-Codebase: *
|
|
Caller-Allowable-Codebase: *
|