[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [flashproxy/master] Remove DOM storage check from is_likely_tor_browser.



commit 47ddaed2a27ab3ef74fa915caae0b8ef0eb35cac
Author: Alexandre Allaire <alexandre.allaire@xxxxxxxxxxxxxx>
Date:   Sun Mar 10 10:18:57 2013 -0400

    Remove DOM storage check from is_likely_tor_browser.
    
    Remove check for disabled DOM storage as it is now enabled
    for certain domains in the latest Tor Browser Bundle.
---
 proxy/flashproxy.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/proxy/flashproxy.js b/proxy/flashproxy.js
index d229087..236cf52 100644
--- a/proxy/flashproxy.js
+++ b/proxy/flashproxy.js
@@ -937,7 +937,6 @@ var TBB_UA = [
 
 function is_likely_tor_browser() {
     return TBB_UA.indexOf(window.navigator.userAgent) > 0
-        && window.sessionStorage === null
         && (window.navigator.mimeTypes && window.navigator.mimeTypes.length === 0);
 }
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits