mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
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:
parent
6d103d8a3b
commit
e3803cd510
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user