tor-browser

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

.experimenter.yaml (855B)


      1 ---
      2 cookie-banner:
      3  description: Nimbus feature name intended to control the cookie banner handling  in the app.
      4  hasExposure: true
      5  exposureDescription: ""
      6  variables:
      7    is-cookie-handling-enabled:
      8      type: boolean
      9      description: "If 'true' , the app will show the settings part for cookie banner handling"
     10 onboarding:
     11  description: Nimbus feature name intended to control the onboarding plus all CFRs in the app.
     12  hasExposure: true
     13  exposureDescription: ""
     14  variables:
     15    is-cfr-enabled:
     16      type: boolean
     17      description: "If `true`, the app will show the cfrs"
     18    is-enabled:
     19      type: boolean
     20      description: "If `true`, the app will show the new onboarding screen"
     21    is-promote-search-widget-dialog-enabled:
     22      type: boolean
     23      description: "If `true`, the app will show the new dialog for promote search widget"