From e3bdfb46fe0367ae18ef899b3faf3a00bb719031 Mon Sep 17 00:00:00 2001 From: Zicklag Date: Wed, 6 May 2020 16:50:56 -0500 Subject: [PATCH] Add Discourse Forum Software to User Agent List Reference: https://meta.discourse.org/t/what-is-the-discourse-user-agent-for-onebox/112281/4?u=zicklag --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 4fc55f0..f9c1418 100644 --- a/index.js +++ b/index.js @@ -67,7 +67,8 @@ prerender.crawlerUserAgents = [ 'pinterestbot', 'Bitrix link preview', 'XING-contenttabreceiver', - 'Chrome-Lighthouse' + 'Chrome-Lighthouse', + 'Discourse' ];