Vulnerability in EPiServer.Forms

Try our conversational search powered by Generative AI!

Gainsight cannot be turned off

Found in

EPiServer.CMS.UI 12.5.0

Fixed in

EPiServer.CMS.UI 12.13.1

Created

Sep 20, 2022

Updated

Jan 12, 2023

Area

CMS UI

State

Closed, Fixed and tested


Description

Fixed an issue where Gainsight could not be turned off. Since version 12.5.0 telemetry was partially enabled in the core product. You can disable it by configuring TelemetryOptions.
 
services.Configure<EPiServer.Shell.Telemetry.TelemetryOptions>(o =>

{                 o.Enabled = false;             }

);