To create a white list of permissible words and / or phrases:
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>
Type each new word or phrase and their word forms in a new line between the <string> and </string> tags.
When saving the file in a different format, words and / or phrases containing language-specific characters may be displayed improperly.
Page top