mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user