tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

search-telemetry-v2-ui-schema.json (615B)


      1 {
      2  "ui:order": [
      3    "telemetryId",
      4    "searchPageMatches",
      5    "searchPageRegexp",
      6    "queryParamNames",
      7    "queryParamName",
      8    "codeParamName",
      9    "taggedCodes",
     10    "expectedOrganicCodes",
     11    "organicCodes",
     12    "followOnParamNames",
     13    "followOnCookies",
     14    "searchMode",
     15    "extraAdServersRegexps",
     16    "adServerAttributes",
     17    "components",
     18    "ignoreLinkRegexps",
     19    "nonAdsLinkQueryParamNames",
     20    "nonAdsLinkRegexps",
     21    "shoppingTab",
     22    "domainExtraction",
     23    "accountCookies",
     24    "signedInCookies",
     25    "isSPA",
     26    "defaultPageQueryParam",
     27    "pageTypeParam",
     28    "subframes"
     29  ]
     30 }