diff options
Diffstat (limited to 'searx/utils.py')
| -rw-r--r-- | searx/utils.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/utils.py b/searx/utils.py index 53300181f..862185922 100644 --- a/searx/utils.py +++ b/searx/utils.py @@ -5,6 +5,10 @@ import codecs import cStringIO import re +def get_useragent(): + # TODO + return "Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0" + def highlight_content(content, query): if not content: |