Making WordPress.org

Opened 6 weeks ago

Last modified 3 weeks ago

#7817 new enhancement

Add OperaGX to the list of permitted browsers

Reported by: demonitized's profile demonitized Owned by:
Milestone: Priority: normal
Component: Browse Happy Keywords: needs-patch reporter-feedback
Cc:

Description

OperaGX should be marked as allowed, as it's still using Opera at it's core, and the User Agent still reports Opera, but for some reason it isn't being marked as valid.

Change History (1)

#1 @dd32
3 weeks ago

  • Keywords reporter-feedback added

Can you provide some extra information on what you're seeing @demonitized?

It looks like the User agent is:

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0

and looking at the Browse-happy api, it's returning old Opera data, but doesn't seem to be flagging it as insecure or outdated:

https://api.wordpress.org/core/browse-happy/1.1/?useragent=Mozilla/5.0%20(Macintosh;%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/128.0.0.0%20Safari/537.36%20OPR/114.0.0.0


{
  "name": "Opera",
  "version": "114.0.0.0",
  "platform": "Macintosh",
  "update_url": "https://www.opera.com/",
  "img_src": "http://s.w.org/images/browsers/opera.png?1",
  "img_src_ssl": "https://s.w.org/images/browsers/opera.png?1",
  "current_version": "12.18",
  "upgrade": false,
  "insecure": false,
  "mobile": false
}
Note: See TracTickets for help on using tickets.