/uBlock-admx

Group Policy Administrative Templates for uBlock Origin

GNU General Public License v3.0GPL-3.0

Group Policy Administrative Templates for uBlock Origin

Administrative Templates to make configuring uBlock Origin in Chrome, Edge, and Firefox on Windows easier.

Usage

Add the contents of PolicyDefinitions to your Central Store or local PolicyDefinitions folder, then edit group policy as normal.

For details on the settings, see uBlock Origin's wiki.

For more details on using the templates, see https://docs.microsoft.com/en-us/troubleshoot/windows-client/group-policy/create-and-manage-central-store

Editing

Documentation on the admx/adml template file formats is available https://docs.microsoft.com/en-us/previous-versions/windows/desktop/policy/admx-schema and https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-gpreg/81d92810-a6d2-4301-a607-b3ba34dc2989

xsd schema definition files for validation are available

VS Code can validate the files automatically by using Red Hat's XML extension and adding the following to settings.json

{"xml.fileAssociations":[{"pattern":"**.adml","systemId":"PolicyDefinitionFiles.xsd"},{"pattern":"**.admx","systemId":"PolicyDefinitionFiles.xsd"}]}