Applet Configuration
The AppletConfigurationSection is responsible for configuring the applet loading and validation process. The configuration is illustrated below.
With options:
Option
Use
@appletDirectory
Allows your deployment to use a different location for storing/loading applets. This is useful in a web-farm environment where multiple iCDR instances must access the same applets.
@allowUnsignedApplets
When true, allows for debugging applets and/or untrusted applets which have not been signed to be loaded and execute code.
<trustedPublishers>
Lists of one or more X509 code signing certificate thumbprints to trust when loading/validating applets.
Be cautious about enabling unsigned applets and/or adding trusted publishers. Applet files are permitted to operate/execute JavaScript code on the server on any data event (business rule trigger). Only install applets from sources you trust.
Last updated