decred.org/dcrdex@v1.0.5/client/core/example-extension-config.json (about)

     1  {
     2      "useDEXBranding": true,
     3      "restrictedWallets": {
     4          "dcr": {
     5              "hiddenFields": [
     6                  "account",
     7                  "unmixedaccount",
     8                  "tradingaccount",
     9                  "username",
    10                  "password",
    11                  "rpclisten",
    12                  "rpccert"
    13              ],
    14              "disableWalletType": true,
    15              "disablePassword": true
    16          }
    17      }
    18  }