[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser] 02/03: Bug 1791689 - StaticPrefList network.proxy.allow_bypass checks MOZ_PROXY_BYPASS_PROTECTION for default value. r=robwu, a=RyanVM
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.3.0esr-12.0-2
in repository tor-browser.
commit fb016a0d3f4030be7c07a50c2c3d313b5501c197
Author: Dan Ballard <dan@xxxxxxxxxxxx>
AuthorDate: Thu Oct 13 19:05:00 2022 +0000
Bug 1791689 - StaticPrefList network.proxy.allow_bypass checks MOZ_PROXY_BYPASS_PROTECTION for default value. r=robwu, a=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D157774
---
modules/libpref/init/StaticPrefList.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
index 072acf76f8c4..65de26d7184c 100644
--- a/modules/libpref/init/StaticPrefList.yaml
+++ b/modules/libpref/init/StaticPrefList.yaml
@@ -10510,7 +10510,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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits