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