From bd19c4c53f32d090d095326f61fc474c0a56a587 Mon Sep 17 00:00:00 2001 From: zenithium <48525551+zenithium@users.noreply.github.com> Date: Sun, 8 Mar 2020 01:59:56 +0000 Subject: [PATCH] Update _includes/sections/browser-webrtc.html Co-Authored-By: Jonah Aragon --- _includes/sections/browser-webrtc.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_includes/sections/browser-webrtc.html b/_includes/sections/browser-webrtc.html index 957696bf..3a56b068 100644 --- a/_includes/sections/browser-webrtc.html +++ b/_includes/sections/browser-webrtc.html @@ -40,12 +40,13 @@

How to disable WebRTC in Safari?

+

Safari is far stricter with WebRTC than other major browsers, and it does not leak your IP address in its default configuration. If you'd like, you can follow these steps just to double-check your browser:

+
    -
  1. Open the browser and click on the Safari tab in the menu tab.
  2. -
  3. On the Advanced tab, check the box at the bottom that says "Show the Develop menu in menu bar".
  4. -
  5. Come back to the main menu and go to the Develop tab.
  6. -
  7. In the drop-down menu, go to Experimental Features and check "Remove Legacy WebRTC API"
  8. -
  9. Done. Do the WebRTC leak test again.
  10. +
  11. Choose "Preferences" under the Safari menu in your menu bar.
  12. +
  13. Select the Advanced tab and check the "Show Develop menu in menu bar" box.
  14. +
  15. Exit Preferences and open the Develop menu in your menu bar.
  16. +
  17. In the drop-down menu, open the "WebRTC" submenu and ensure "Enable Legacy WebRTC API" is unchecked. If it's grayed out, even better.