Added sounds, latest podcast, YT links mobile responsive, misc edits

This commit is contained in:
kn0wmad
2022-02-26 12:46:55 -07:00
parent 53ca9fe673
commit ee05ae95ca
25 changed files with 97 additions and 17 deletions

View File

@@ -24,6 +24,12 @@ Trust Embassy CA in Brave
:width: 60%
:alt: Brave Security settings page
#. Click the "Authorities" tab
.. figure:: /_static/images/ssl/browser/brave-authorities.png
:width: 60%
:alt: Certificate Authorities
#. If you see "org-Start9" with a trusted “Embassy Local Root CA” listed under it, open a new tab to apply the certificate. If this does not work, quit and restart Brave.
#. If you do not see "org-Start9" in the list, click "Import" and open the downloaded "Embassy Local Root CA.crt" file on your device. Check the box for "Trust this certificate for identifying websites" and click "OK".

View File

@@ -39,7 +39,7 @@ Once Tor is setup on your system, you can proceed to setup Firefox:
:width: 50%
:alt: Firefox socks remote dns setting screenshot
7. Search for ``dom.securecontext.whitelist_onions`` and set the value to ``true``.
7. Search for ``dom.securecontext.allowlist_onions`` and set the value to ``true``. On some older versions, this may be called ``dom.securecontext.whitelist_onions``.
.. figure:: /_static/images/tor/firefox_whitelist_mobile.png
:width: 50%

View File

@@ -9,7 +9,7 @@ Configuring Firefox for Tor on Linux
#. Open Firefox and enter ``about:config`` in the URL bar. Accept any warnings that may appear about accessing advanced settings.
#. Search for ``dom.securecontext.whitelist_onions`` and set the value to ``true``.
#. Search for ``dom.securecontext.allowlist_onions`` and set the value to ``true``. On some older versions, this may be called ``dom.securecontext.whitelist_onions``.
.. figure:: /_static/images/tor/firefox_whitelist.png
:width: 60%

View File

@@ -9,7 +9,7 @@ Configuring Firefox for Tor on Mac
#. Open Firefox and enter ``about:config`` in the URL bar. Accept any warnings that may appear about accessing advanced settings.
#. Search for ``dom.securecontext.whitelist_onions`` and set the value to ``true``.
#. Search for ``dom.securecontext.allowlist_onions`` and set the value to ``true``. On some older versions, this may be called ``dom.securecontext.whitelist_onions``.
.. figure:: /_static/images/tor/firefox_whitelist.png
:width: 60%

View File

@@ -8,7 +8,7 @@ Configuring Firefox for Tor on Windows
#. Open Firefox and enter ``about:config`` in the URL bar. Accept any warnings that may appear about accessing advanced settings.
#. Search for ``dom.securecontext.whitelist_onions`` and set the value to "true".
#. Search for ``dom.securecontext.allowlist_onions`` and set the value to "true". On some older versions, this may be called ``dom.securecontext.whitelist_onions``.
.. figure:: /_static/images/tor/firefox_whitelist.png
:width: 60%

View File

@@ -7,6 +7,7 @@ Running Tor on Android
Some apps, such as :ref:`Tor Browser<tor-browser>`, have Tor built in. They do not require additional software or configurations to utilize Tor. Most apps, however, do not have Tor built in. They require an app called Orbot to be installed in order to utilize the Tor Network.
.. youtube:: b__mVfN-BP8
:width: 100%
Running Orbot
-------------