forked from mirrors/gecko-dev
Bug 1753248 - Disable strict-trr-fallback until we fix the timeout issues r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D137664
This commit is contained in:
parent
fbad14b1c7
commit
3ead68f530
1 changed files with 1 additions and 1 deletions
|
|
@ -10221,7 +10221,7 @@
|
||||||
# If true, don't fallback to native DNS upon network errors.
|
# If true, don't fallback to native DNS upon network errors.
|
||||||
- name: network.trr.strict_native_fallback
|
- name: network.trr.strict_native_fallback
|
||||||
type: RelaxedAtomicBool
|
type: RelaxedAtomicBool
|
||||||
value: @IS_NIGHTLY_BUILD@
|
value: false
|
||||||
mirror: always
|
mirror: always
|
||||||
|
|
||||||
# If false, the temporary blocklisting feature is disabled.
|
# If false, the temporary blocklisting feature is disabled.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue