Bug 1791689 - StaticPrefList network.proxy.allow_bypass checks MOZ_PROXY_BYPASS_PROTECTION for default value r=robwu

Differential Revision: https://phabricator.services.mozilla.com/D157774
This commit is contained in:
Dan Ballard 2022-10-13 19:05:00 +00:00
parent 6d103d8a3b
commit e3803cd510

View File

@ -10996,7 +10996,11 @@
# prevent proxies from being used for that specific request.
- name: network.proxy.allow_bypass
type: bool
#ifdef MOZ_PROXY_BYPASS_PROTECTION
value: false
#else
value: true
#endif
mirror: always
- name: network.proxy.parse_pac_on_socket_process