Native Useragent and Overrides

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
User avatar
noellarkin
Fanatic
Fanatic
Posts: 120
Joined: 2021-07-27, 04:20

Native Useragent and Overrides

Post by noellarkin » 2024-06-30, 10:56

Many of the overrides (github.com, mozilla.com, mozilla.org, deviantart.com etc) have this useragent override:

Code: Select all

Mozilla/5.0 (%OS_SLICE% rv:6.6) Goanna/20230101 PaleMoon/33.2.0
whereas the native useragent is (as of today):

Code: Select all

Mozilla/5.0 (%OS_SLICE% rv:6.6) Goanna/20240616 PaleMoon/33.2.0
where %OS_SLICE% can be Windows NT 10.0; WOW64 etc (the oscpu value)

20240616 seems to be a truncated version of the build ID - 20240616103424

So I'm curious why there's a different Goanna/xxxxxxx value being sent in the overrides.