[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] Non-coercing inequality.
commit 53461164e8c5863e3d57fbb09d88982f3a99f0f5
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date: Sat Apr 14 21:49:20 2012 -0700
Non-coercing inequality.
---
flashproxy.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/flashproxy.js b/flashproxy.js
index aa16e83..55aedc5 100644
--- a/flashproxy.js
+++ b/flashproxy.js
@@ -756,7 +756,7 @@ function flashproxy_should_disable() {
var ua;
ua = window.navigator.userAgent;
- if (ua != null) {
+ if (ua !== null) {
var UA_LIST = [
/\bmobile\b/i,
/\bandroid\b/i,
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits