Secure the Telerik controls
|
Applies to |
All core roles. Note that instructions differ for Content Management. |
|
Sitecore Installation Framework |
Telerik controls are not disabled by default. |
|
Azure Toolkit |
Telerik controls are disabled by default. |
Sitecore uses some UI controls from Telerik. These controls are only used in a Content Management environment.
To reduce the attack surface area:
-
In all non-Content Management environments, in the
web.configfile, remove the following nodes: -
In a Content Management environment, you must configure the encryption key that is used to secure the Telerik upload control.
In the
web.configfile, in the appSettings section, create a node for the Telerik configuration encryption keys:For example:
Replace the âYOUR_ENCRYPTION_KEY_HEREâ placeholder text with a string of characters that are used to secure the Telerik controls.
The string should be a set of random characters and numbers, with a maximum length of 256 characters. We recommend that you use a minimum of 32 characters.
For more information, see the Telerik documentation.