From 68605d62ac16bbf7e5f7157cc6576fd187dba921 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 25 Nov 2018 18:59:36 +0100 Subject: [PATCH 1/2] Remove webrtc.html --- webrtc.html | 141 ---------------------------------------------------- 1 file changed, 141 deletions(-) delete mode 100644 webrtc.html diff --git a/webrtc.html b/webrtc.html deleted file mode 100644 index 3fdb0cc6..00000000 --- a/webrtc.html +++ /dev/null @@ -1,141 +0,0 @@ ---- -layout: default -active_page: webrtc ---- - -
-
-
- -

privacytools.io

- -

WebRTC IP Leak VPN / Tor IP Test

- -

- WebRTC is a communication protocol that relies on JavaScript that can leak your actual IP address from behind your VPN. While software like NoScript prevents this, it's probably a good idea to block this protocol directly as well, just to be safe. This page will test if your internet browser is affected by the WebRTC Leak. -

- -

-This demo secretly makes requests to STUN servers that can log your -request. These requests do not show up in developer consoles and -cannot be blocked by browser plugins like AdBlock, Ghostery, etc. -

- -

 

-Your local IP addresses: -
    -Your public IP addresses: -
      - -

       

      - -

      Your browser is not safe and will show your real IP even though you are using a VPN service if you can see your real IP addresses here.

      - -

      How to fix the WebRTC Leak?

      - -

       

      - -

      Source Code: GitHub -
      Script Version: Jul 20, 2015

      - - - - -
      -
      -
      \ No newline at end of file -- 2.47.2 From 1b33b30c4744593bfd0f6c68897301b1e962be9d Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 25 Nov 2018 19:06:18 +0100 Subject: [PATCH 2/2] Replace webrtc.html with ipleak.net --- index.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index bae005c9..897fc09b 100644 --- a/index.html +++ b/index.html @@ -606,9 +606,7 @@ layout: default

      - - Test your Browser now - + Test your Browser now

      @@ -636,9 +634,7 @@ layout: default

      - - Test your Browser again - + Test your Browser again

      -- 2.47.2