mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
This commit is contained in:
parent
a60a1855b1
commit
1ca549dae0
48
webrtc.html
48
webrtc.html
@ -1,21 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>WebRTC IP Leak VPN / Tor Test | Privacy Tools</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/ico">
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<!-- content security policy -->
|
||||
<!-- <meta http-equiv='Content-Security-Policy' content="default-src 'self'; script-src https://privacytoolsio.github.io http://privacytoolsio.github.io; style-src 'self'"> -->
|
||||
---
|
||||
layout: default
|
||||
active_page: webrtc
|
||||
---
|
||||
|
||||
<!-- referrer policy -->
|
||||
<meta http-equiv="Referrer-Policy" content="no-referrer">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div style="margin:30px 0 0 30px;width:600px;">
|
||||
<h1><a href="https://www.privacytools.io/"><img src="assets/img/layout/logo.png" class="img-responsive" alt="privacytools.io"></a></h1>
|
||||
|
||||
<h2>WebRTC IP Leak VPN / Tor IP Test</h2>
|
||||
@ -143,30 +131,4 @@ cannot be blocked by browser plugins like AdBlock, Ghostery, etc.
|
||||
else
|
||||
document.getElementsByTagName("ul")[1].appendChild(li);
|
||||
});
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
<!--
|
||||
Piwik is the leading open-source analytics platform:
|
||||
- Free open-source software
|
||||
- 100% data ownership
|
||||
- User privacy protection
|
||||
-->
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//piwik.privacytools.io/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="//piwik.privacytools.io/piwik.php?idsite=1&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Piwik Code -->
|
||||
|
||||
</body>
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user