brave / brave-browser

Brave browser for Android, iOS, Linux, macOS, Windows.
https://brave.com
Mozilla Public License 2.0
17.73k stars 2.31k forks source link

"BraveAIChatEnabled" Group Policy Documentation is Incorrect #36974

Open DesertBear opened 7 months ago

DesertBear commented 7 months ago

Description

The documentation for "BraveAIChatEnabled" Group Policy setting is incorrect.

Brave Documentation Page: https://support.brave.com/hc/en-us/articles/360039248271-Group-Policy

Github Issue URLs: https://github.com/brave/brave-core/pull/21718 https://github.com/brave/brave-browser/issues/31461

The documentation currently specifies:

DWORD Accepted Values Effect
BraveAIChatEnabled 0(default, 1 0 = Enabled
1 = Disabled

However, as the registry key name is "BraveAIChatEnabled" (and not "BraveAIChatDisabled"), the documentation is incorrect and therefore should be as follows:

DWORD Accepted Values Effect
BraveAIChatEnabled 0, 1 (default) 0 = Disabled
1 = Enabled

Brave version (brave://version info)

Brave     1.64.109 Chromium: 123.0.6312.58 (Official Build) (64-bit) 
Revision  ded360c0dc8a4bd8aecb9cbe32a7aa4477d42246
OS        Windows 10 Version 22H2 (Build 19045.4170)
DesertBear commented 7 months ago

@Brave-Matt