diff --git a/addons/website/models/ir_http.py b/addons/website/models/ir_http.py index b0bae854949..64c65a75d28 100644 --- a/addons/website/models/ir_http.py +++ b/addons/website/models/ir_http.py @@ -42,7 +42,7 @@ class ir_http(orm.AbstractModel): else: request.uid = request.session.uid - bots = "bot|crawl|slurp|spider|curl|wget".split("|") + bots = "bot|crawl|slurp|spider|curl|wget|facebookexternalhit".split("|") def is_a_bot(self): # We don't use regexp and ustr voluntarily # timeit has been done to check the optimum method