]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/guide_javascript.html
Initial bookmarks implementation. Fix for Custom User Agent not working. https...
[PrivacyBrowserAndroid.git] / app / src / main / assets / guide_javascript.html
index 1f1bcdc8d43e3a220563f4563e1b92afebb89a37..1cfd92e2c127e2b75bf65d8df7dfdc55cab173b1 100644 (file)
@@ -47,7 +47,7 @@
 <p>Of course, the concept of running arbitrary programs from a website is potentially dangerous.  So there are limitations placed on JavaScript
     to keep it from doing things like installing viruses on the device.  However, it turns out that these limitations are overly broad.
     Below is a screenshot from <a href="http://webkay.robinlinus.com">webkay</a>, which is a website that demonstrates the type of information that
-    JavaScript can produce about a device.</p>
+    JavaScript can produce about a device.  <a href="http://www.browserleaks.com/">Browser Leaks</a> is another good resource.</p>
 
 <p><img class="center" src="images/webkay.png" height="640" width="360"></p>