From ab82745e050b3bc45bec0f388a0d22ae02e7787c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 13 Apr 2014 21:42:59 +0200 Subject: Updated default user-agent when running on Heroku. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index d6c71819..4159fb9b 100644 --- a/conf.py +++ b/conf.py @@ -49,7 +49,7 @@ if not ON_HEROKU: else: HTTP_PROXY = "" - USER_AGENT = "pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r)" + USER_AGENT = "Mozilla/5.0 (X11; Debian; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0" RESOLVE_ARTICLE_URL = int(os.environ.get('RESOLVE_ARTICLE_URL', 0)) == 1 WEBSERVER_DEBUG = False -- cgit