Computer Configuration > Administrative Templates > Microsoft Edge
Both
HKLM\Software\Policies\Microsoft\Edge
Defines the Microsoft Edge for Business Reporting Connectors service settings that apply when a security event occurs in Microsoft Edge. These events include negative verdicts from Data Loss Prevention Connectors, password reuse, navigation to unsafe pages, and other security-sensitive actions. The service_provider field specifies the reporting service provider. The enabled_event_names field lists the security events enabled for that provider. This policy requires additional setup to take effect. For configuration guidance, see https://go.microsoft.com/fwlink/?linkid=2325446. Example value: [ { "enabled_event_names": [ "passwordChangedEvent", "sensitiveDataEvent" ], "enabled_opt_in_events": [ { "name": "loginEvent", "url_patterns": [ "*" ] }, { "name": "passwordBreachEvent", "url_patterns": [ "example.com", "other.example.com" ] } ], "service_provider": "microsoft" } ]