You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Group Policies / Windows Registry configuration values
Since extension version 7.1.8 it is possible to set the configuration using the system registy, which can be applied via group policies on Microsoft Windows. More Info
The whitelist consists of a list of domains seperated by a space character, do not include http:// or https:// Here's an example: domain1.com www.domain2.com sub.domain3.com
Configuration stored in registry can be either HKCU or HKLM at \Software\Policies\Google\Chrome\3rdparty\extensions\EXTENSION_ID\policy
Replace the EXTENSION_ID with the correct value
To enable function (true) use REG_DWORD set to 1
To disable function (false) use REG_DWORD set to 0
Hi,
is it possible to add the changes added to v7.1.8 about the windows policy?
greatsuspender#1174
here they explain what this change adds: https://github.com/aciidic/thegreatsuspender-notrack
The text was updated successfully, but these errors were encountered: