Also, the chromium snap UA has extra info identifying it as a snap: 
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) snap 
Chromium/72.0.3626.96 Chrome/72.0.3626.96 Safari/537.36"

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1716139

Title:
  Remove "Ubuntu" identifier from User Agent strings

Status in chromium-browser package in Ubuntu:
  Confirmed
Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  The Chromium and Firefox builds add an extra Ubuntu identifier in
  their user-agent strings. The inclusion of the OS name is unnecessary
  and could contribute to user fingerprinting.

  Other distros such as Fedora do not add their name to the distro
  browser builds' UA as far as I can tell, and google-chrome UAs do not
  reveal OS distro version info.

  chromium-browser:
  Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu 
Chromium/60.0.3112.113 Chrome/60.0.3112.113 Safari/537.36

  Change to:
  Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chromium/60.0.3112.113 Chrome/60.0.3112.113 Safari/537.36

  
  Firefox:
  Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

  Change to: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101
  Firefox/55.0

  In Firefox the build ID can identify the package build anyway so it
  isn't necessary to have the distro in the UA string.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1716139/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to