summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/pbm.fml.yaml
blob: 7b22ed8a33037b52e63d8a429835adbb5f873ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
features:

  private-browsing:
    description: Private Browsing Mode

    variables:
      felt-privacy-enabled:
        description: if true, enable felt privacy related UI
        type: Boolean
        default: false

    defaults:
      - channel: developer
        value:
          felt-privacy-enabled: false
      - channel: nightly
        value:
          felt-privacy-enabled: false