From 7641de24d8e8eec3c3dd904b0b9d02f403376900 Mon Sep 17 00:00:00 2001 From: gStart9 <106188942+gStart9@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:10:43 +0000 Subject: [PATCH] Fix Firefox for Windows guide (#584) --- site/source/misc-guides/tor-ff.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/source/misc-guides/tor-ff.rst b/site/source/misc-guides/tor-ff.rst index acad354..cd40c6c 100644 --- a/site/source/misc-guides/tor-ff.rst +++ b/site/source/misc-guides/tor-ff.rst @@ -76,15 +76,15 @@ Configuring Firefox for Tor :width: 60% :alt: Firefox search screenshot - #. Select ``Automatic proxy configuration URL`` and paste in the path to your PAC file from earlier, prefixed with ``file://``. For example: + #. Select ``Automatic proxy configuration URL`` and paste in the path to your PAC file from earlier, prefixed with ``file://`` and with all backslashes (``\``) replaced by forward slashes (``/``). For example: .. code-block:: file://C:/Program Files/Tor Browser/proxy.pac - #. Check the box labeled ``Proxy DNS when using SOCKS v5``: + #. Also check the box labeled ``Proxy DNS when using SOCKS v5``: - .. figure:: /_static/images/tor/firefox_proxy.png + .. figure:: /_static/images/tor/firefox_proxy_windows.png :width: 60% :alt: Firefox proxy settings screenshot