Kaspersky Security 9.x for SharePoint Server

Creating the white list

May 15, 2024

ID 72015

To create a white list of permissible words and / or phrases:

  1. Open the folder with SharePoint server configuration files by performing the following:
    • If the application is installed on a farm of SharePoint servers, open the application setup folder and go to the folder of the corresponding farm server. Then open the Configuration folder.
    • If the application is installed on a standalone SharePoint server, open the application setup folder and go to the Configuration folder.
  2. Create an XML file with the name ContentFilteringWhitelist.

    The ContentFilteringWhitelist.config file must have the following structure:

    <?xml version="1.0" encoding="utf-16"?>

    <configuration version="1.0">

    <ContentFilteringWhitelistSubset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

    <Items>

    <string></string>

    </Items>

    </ContentFilteringWhitelistSubset>

    </configuration>

  3. Type the word or phrase to be skipped by Content filtering between the <string> and </string> tags.

    Type each new word or phrase and their word forms in a new line between the <string> and </string> tags.

  4. Save changes to the file in Unicode format.

If you save the file in a different format, words and / or phrases with language-specific characters may be displayed incorrectly.

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.