From f3df5834b64c6cd8ce8d731ba3be40db5ed5dd5e Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Fri, 10 Sep 2021 05:35:01 +0300 Subject: [PATCH] FEATURE: Add game consoles to unsupported browsers (#14294) The server will automatically serve the crawler view to game console browsers. Neither PlayStation or Xbox can render Discourse because not all required browser APIs are present. --- config/site_settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site_settings.yml b/config/site_settings.yml index d9ea19fac45..0caab187b76 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -1605,7 +1605,7 @@ security: list_type: compact browser_update_user_agents: hidden: true - default: "MSIE 6|MSIE 7|MSIE 8|MSIE 9" + default: "MSIE 6|MSIE 7|MSIE 8|MSIE 9|Xbox|PlayStation" type: list list_type: compact crawler_check_bypass_agents: