Files
getdown/lib/manifest.mf
T
Ray J. Greenwell 19be415d64 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
2014-01-21 14:30:17 -08:00

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: *