[flashproxy/master] Non-coercing inequality.

15 Apr
2012
15 Apr
'12
5:51 a.m.
commit 53461164e8c5863e3d57fbb09d88982f3a99f0f5 Author: David Fifield <david@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,
4818
Age (days ago)
4818
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org