
26 Feb
2013
26 Feb
'13
3:52 p.m.
commit b515d72eea5239d8977229a54f457406df419566 Author: Arturo Filastò <art@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,