diff options
author | Andy Doan <andy.doan@linaro.org> | 2016-01-06 14:34:03 -0600 |
---|---|---|
committer | Andy Doan <andy.doan@linaro.org> | 2016-01-06 14:34:03 -0600 |
commit | 331501bea85e65f508a15c5b13908f32d29a216f (patch) | |
tree | 791f960c6f37cceed9238d931ea7b038cdc475c5 | |
parent | 27ac3448cd511e02f608a9ddb3411c4c6a5ef853 (diff) | |
download | linaro-license-protection-2016.01.tar.gz |
reports: Ignore MJ12Bot2016.01
Change-Id: Iafe34e5efc496c7edea567f0df4aa6f570162940
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index fc22af3..136d29e 100644 --- a/settings.py +++ b/settings.py @@ -269,7 +269,7 @@ TAB_PRIORITY = ['Release Notes', BASE_PAGE = 'header.html' BOT_USER_AGENTS = [ 'Googlebot/2', 'bingbot/2', 'Yahoo! Slurp', 'Baiduspider/2', - 'YandexBot/3.0', + 'YandexBot/3.0', 'MJ12bot', ] MASTER_API_KEY = "" |