Bug 1642318 - network.http.sanitize-headers-in-logs should be RelaxedAtomicBool r=necko-reviewers,mayhemer

Differential Revision: https://phabricator.services.mozilla.com/D77662
This commit is contained in:
Valentin Gosu 2020-06-01 13:02:36 +00:00
parent 50905cf686
commit 6bccd5c436

View File

@ -7620,7 +7620,7 @@
# Whether certain http header values should be censored out in logs.
# Specifically filters out "authorization" and "proxy-authorization".
- name: network.http.sanitize-headers-in-logs
type: bool
type: RelaxedAtomicBool
value: true
mirror: always