[tor-commits] [ooni-probe/master] Disable by default user agent randomization in HTTP Request template

art at torproject.org art at torproject.org
Tue Feb 26 15:52:41 UTC 2013


commit b515d72eea5239d8977229a54f457406df419566
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Feb 8 22:44:29 2013 +0100

    Disable by default user agent randomization in HTTP Request template
---
 ooni/templates/httpt.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ooni/templates/httpt.py b/ooni/templates/httpt.py
index d9a1a33..a265f4c 100644
--- a/ooni/templates/httpt.py
+++ b/ooni/templates/httpt.py
@@ -41,7 +41,7 @@ class HTTPTest(NetTestCase):
     name = "HTTP Test"
     version = "0.1.1"
 
-    randomizeUA = True
+    randomizeUA = False
     followRedirects = False
 
     baseParameters = [['socksproxy', 's', None,





More information about the tor-commits mailing list