[tor-commits] [flashproxy/master] Non-coercing inequality.
dcf at torproject.org
dcf at torproject.org
Sun Apr 15 05:51:38 UTC 2012
commit 53461164e8c5863e3d57fbb09d88982f3a99f0f5
Author: David Fifield <david at bamsoftware.com>
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,
More information about the tor-commits
mailing list