diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-07-13 21:42:17 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-07-13 21:42:17 -0700 |
commit | 5a9b9b31921df7787c2d2522c8439e65d71649b6 (patch) | |
tree | c2a61f108622a77a4e57c80de85eb2d31882dc8f /doc | |
parent | 0acfd657b818ae2fd229fdd2a8201239387e8c03 (diff) | |
download | webbrowser-5a9b9b31921df7787c2d2522c8439e65d71649b6.tar webbrowser-5a9b9b31921df7787c2d2522c8439e65d71649b6.tar.gz webbrowser-5a9b9b31921df7787c2d2522c8439e65d71649b6.tar.lz webbrowser-5a9b9b31921df7787c2d2522c8439e65d71649b6.tar.xz webbrowser-5a9b9b31921df7787c2d2522c8439e65d71649b6.zip |
updated build documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mozconfig.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/mozconfig.example b/doc/mozconfig.example index 3f22748..c8011e0 100644 --- a/doc/mozconfig.example +++ b/doc/mozconfig.example @@ -44,6 +44,7 @@ ac_add_options --disable-necko-wifi ac_add_options --disable-updater ac_add_options --disable-sync ac_add_options --disable-mozril-geoloc +ac_add_options --disable-gconf # !!!WARNING!!! WebRTC is very complex and leaks your IP when using a VPN. # It is disabled by default for this reason, However enabling is required # if you want to use wb for web conferencing. I _strongly_ suggest not using |