Configuring the active content filter for Activities, Communities, and Bookmarks
IBM® Connections provides a set of active content filter (ACF) configuration files that you can apply to the Activities, Communities, or Bookmarks applications to limit or widen the types of content that users can add to their entries.
Before you begin
All of the applications, except Blogs, Wikis, and Forums,
use the default acf-config.xml file, which filters active content
in the following ways:
- You can change the formatting of content within rich text fields, but styles cannot be added to entries using HTML.
- Javascript is stripped from all entries.
- Flash animations are not permitted.
The following configuration files are shipped with IBM Connections and stored in the LotusConnections-config\extern directory. To change the level of filtering that is performed by the active content filter, you can replace the default configuration file with one of these files:
- acf-config-nf.xml
- Allows style changes, but strips forms and flash. The types of forms that are not allowed are form HTML elements. Form HTML elements are used to add things like buttons or fields to a web page.
- acf-config-nf-ns.xml
- Prevents style changes and strips forms and flash.
- acf-config-nm.xml
- Prevents users from changing the margins on images. By default, these applications permit image margin changes.
- acf-config-ns.xml
- Allows forms, but strips style changes and flash. Preventing style changes affects rich text fields. If you configure the active content filter to prevent style changes, then users will not be able to perform the common tasks associated with changing the style of rich text content, such as changing the font color, margins, and so on.
To edit configuration files, you must use the wsadmin client. See Starting the wsadmin client for details.
Procedure
- Edit the LotusConnections-config.xml file.
- Synchronize the nodes using the Integrated Solutions Console for the network deployment system.
- Restart the WebSphere Application Server.