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.
This commit is contained in:
parent
bc23dcd30b
commit
f3df5834b6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue