List of valid application.conf
settings
A list of valid settings for the Tiny Editors application.conf
.
Category | Setting | Description |
---|---|---|
CORS | ephox.allowed-origins.origins |
A list of strings defining the domains allowed to communicate with the server-side editor features.
Attention: This setting must be configured correctly or the editor will not be able to communicate with the services.
|
CORS | ephox.allowed-origins.ignore-port |
This can be used to force port checking for CORS. By default any port is allowed. |
Link-checking | ephox.link-checking.enabled |
This enables or disables the link checking service. |
Link-checking | ephox.link-checking.cache.capacity |
The maximum number of links stored in the cache at any one time. |
Link-checking | ephox.link-checking.cache.timeToLiveInSeconds |
The maximum time in seconds that a link is allowed to remain in the cache. |
Link-checking | ephox.link-checking.cache.timeToIdleInSeconds |
The maximum time in seconds that a link will remain in the cache since it was last requested. |
Media-embed | ephox.embed.enabled |
This enables or disables the Enhanced Media Embed Service. |
Media-embed | ephox.embed.custom |
A list of oEmbed providers. Each provider entry has the following:
|
Spell-checking | ephox.spelling.custom-dictionaries-path |
Specify the path to custom dictionaries.
A custom dictionary file must be a simple text file:
|
Spell-checking | ephox.spelling.hunspell-dictionaries-path |
Specify the path to hunspell dictionaries.
Tiny provides two bundles of dictionaries that can be downloaded:
hunspell-dictionaries-path .
Tip: When a hunspell dictionary is provided for a language it will be used instead of the built-in Wintertree dictionary.
|
Spell-checking | ephox.spelling.dynamic-custom-dictionaries |
When enabled custom dictionaries can be updated live. |
HTTP | ephox.http.max-redirects |
The maximum number of redirects that will be followed to check a link or retrieve details from that resource. |
HTTP | ephox.http.request-timeout-seconds |
The number of seconds to allow HTTP requests to take. |
Proxy | ephox.proxy.http.proxyHost |
A string defining the host name of the proxy for HTTP (unsecured) connections. |
Proxy | ephox.proxy.http.proxyPort |
An integer defining the port number of the proxy for HTTP (unsecured) connections. |
Proxy | ephox.proxy.https.proxyHost |
A string defining the host name of the proxy for HTTPS connections. |
Proxy | ephox.proxy.https.proxyPort |
An integer defining the port number of the proxy for HTTPS connections. |
Proxy | ephox.proxy.http.nonProxyHosts |
A list of strings separated by vertical lines ("|") listing hosts and domains to be excluded from proxying, for both plain HTTP and HTTPS connections. The strings can contain asterisks ("*") as wild cards. Defaults to "localhost|127.*|[::1]" if not set. |
Proxy | ephox.proxy.http.proxyUser |
User name for authenticating to both the HTTP and HTTPS proxy. |
Proxy | ephox.proxy.http.proxyPassword |
Password for authenticating to both the HTTP and HTTPS proxy. |
Security | ephox.http.websphere.use-ssl-config |
Use a SSL configuration provided by WebSphere instead of the default JVM configuration. |
Security | ephox.http.websphere.ssl-config-name |
Choose which SSL configuration on WebSphere should be used. |
Security | ephox.http.trust-all-cert |
Bypass SSL security and indiscriminately trust all SSL certificates.
CAUTION: Bypassing SSL security allows man-in-the-middle attacks.
|