mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1927598 - use the experimental+deltas CRLite filter channel on Nightly. r=keeler
Differential Revision: https://phabricator.services.mozilla.com/D227108
This commit is contained in:
parent
08e78412ea
commit
f10f6e100d
@ -15773,12 +15773,13 @@
|
||||
mirror: always
|
||||
|
||||
# The CRLite filter channel to which the user is subscribed.
|
||||
# - "all" => bloom-filter cascades that contain all revocations,
|
||||
# - "experimental" => clubcards that contain all revocations.
|
||||
# - "all" => bloom-filter cascades that contain all revocations. Stash based delta updates.
|
||||
# - "experimental" => clubcards that contain all revocations. Stash based delta updates.
|
||||
# - "experimental+deltas" => clubcards that contain all revocations. Clubcard based delta updates.
|
||||
- name: security.pki.crlite_channel
|
||||
type: String
|
||||
#ifdef NIGHTLY_BUILD
|
||||
value: "experimental"
|
||||
value: "experimental+deltas"
|
||||
#else
|
||||
value: "all"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user