Skip to content

Managed settings

Raymond Hill edited this page Aug 5, 2024 · 4 revisions

Back to Wiki home


See: https://github.com/uBlockOrigin/uBOL-home/discussions/35

disableFirstRunPage

Disable first-run page.

Value: Boolean.

Example of usage (Chromium on GNU/Linux):

    {
      "3rdparty": {
        "extensions": {
          "ddkjiahejlhfcafbddmgiahcphecmpfh": {
            "disableFirstRunPage": true
          }
        }
      }
    }

noFiltering

Disable uBOL for specific sites.

Value: Array of strings.

Example of usage (Chromium on GNU/Linux):

    {
      "3rdparty": {
        "extensions": {
          "ddkjiahejlhfcafbddmgiahcphecmpfh": {
            "noFiltering": [ "example.com", "mycorp.test" ]
          }
        }
      }
    }
Clone this wiki locally