{"id":14017,"date":"2020-04-09T00:04:00","date_gmt":"2020-04-08T22:04:00","guid":{"rendered":"http:\/\/159.69.82.204\/win\/?p=14017"},"modified":"2020-04-08T23:34:03","modified_gmt":"2020-04-08T21:34:03","slug":"firefox-75-telemetrie-meldet-den-standardbrowser-an-mozilla","status":"publish","type":"post","link":"https:\/\/borncity.com\/win\/2020\/04\/09\/firefox-75-telemetrie-meldet-den-standardbrowser-an-mozilla\/","title":{"rendered":"Firefox 75: Telemetry reports the default browser to Mozilla"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" title=\"Firefox\" style=\"border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: left; margin: 0px 10px 0px 0px; display: inline; border-top-width: 0px\" border=\"0\" alt=\"Mozilla\" src=\"https:\/\/i.imgur.com\/Dhputf4.jpg\" width=\"65\" align=\"left\" height=\"63\"><\/a>[<a href=\"https:\/\/www.borncity.com\/blog\/?p=230592\" target=\"_blank\" rel=\"noopener noreferrer\">German<\/a>]The just released Firefox 75 comes in the Windows version with a nasty surprise. A telemetry function transmits daily the used operating system as well as the standard browser to Mozilla. <\/p>\n<p><!--more--><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"\" src=\"https:\/\/vg08.met.vgwort.de\/na\/a85dbee062684153b6ca326f32827b13\" width=\"1\" height=\"1\">I had just introduced the new version of the browser in the blog post <a href=\"https:\/\/borncity.com\/win\/2020\/04\/07\/firefox-75-und-68-7-0esr-verfgbar\/\">Firefox 75 and 68.7.0esr released<\/a>. Mozilla's developers had also diligently documented what the new browser can do. What I didn't notice while browsing the change logs is that new telemetry feature is on board.<\/p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">With the release of Firefox 75, Mozilla has introduced a new executable and scheduled task that sends some basic operating system info, the current default browser, and the previous default browser every to their servers.<\/p>\n<p>\u2014 BleepingComputer (@BleepinComputer) <a href=\"https:\/\/twitter.com\/BleepinComputer\/status\/1247917606054572037?ref_src=twsrc%5Etfw\">April 8, 2020<\/a><\/p><\/blockquote>\n<p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script> <\/p>\n<p>Bleeping Computer now points out in the above tweet to the 'by-catch' of Firefox 75. With this version, a new program file <em>default-browser-agent.exe<\/em> is shipped an will be stored into the folder:<\/p>\n<p>C:\\Program Files\\Mozilla Firefox\\<\/p>\n<p>The portable version keeps this file in the directory::<\/p>\n<p>FirefoxPortable\\App\\firefox64<\/p>\n<p>The program collects telemetry data like the operating system version and which standard browser is used. The whole thing is transferred to Mozilla once a day. <\/p>\n<h2>Mozilla explains the approach<\/h2>\n<p>Mozilla has revealed the details in <a href=\"https:\/\/blog.mozilla.org\/data\/2020\/03\/16\/understanding-default-browser-trends\/\" target=\"_blank\" rel=\"noopener noreferrer\">this blog post<\/a>. With Firefox 75 for Windows, developers are launching a new telemetry feature in the form of a scheduled task. This should help the developers to understand changes in the default settings of the browser. <\/p>\n<ul>\n<li>The telemetry task collects information about the current and previous default browser settings of the system as well as the locale and version of the operating system.\n<li>This data cannot be associated with regular profile-based telemetry data. If you are interested in the schema, you can find it <a href=\"https:\/\/github.com\/mozilla-services\/mozilla-pipeline-schemas\/pull\/495\/files#diff-48f14d6bdea5bf803f8b8cff5f018172\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>.\n<li>The information collected by the task is sent to Mozilla as a background telemetry ping every 24 hours.\n<li>The developers want to respect the user-configured <a href=\"https:\/\/support.mozilla.org\/en-US\/kb\/telemetry-clientid\" target=\"_blank\" rel=\"noopener noreferrer\">telemetry opt-out<\/a> settings stored in the last used Firefox profile.&nbsp;&nbsp;\n<li>In enterprise environments, the custom policy settings are evaluated in relation to enterprise telemetry (if they exist). The browser also respects the policies for specifically disabling this telemetry task.<\/li>\n<\/ul>\n<p>The developers see the collection of telemetry data as a way to ensure that they can understand standard browser trends to improve Firefox.<\/p>\n<h2>The task in task planner<\/h2>\n<p>When Firefox 75 is installed as a browser on Windows, it sets up a task in the task planner that runs every 24 hours. The entry should be located in the Task Scheduler in the <em>Task Scheduler Library\/Mozilla<\/em> branch. <\/p>\n<p>The colleagues from Bleeping Computer have collected more details about this task in <a href=\"https:\/\/www.bleepingcomputer.com\/news\/software\/firefox-now-tells-mozilla-what-your-default-browser-is-every-day\/\" target=\"_blank\" rel=\"noopener noreferrer\">this post<\/a>. Since I am only using the portable version of Firefox for testing here, I checked. This task does not exist on my system. <\/p>\n<h2>Turn off the telemetry<\/h2>\n<p>To prevent the collection of telemetry data, go to the burger menu with the three bars in the upper right corner of Firefox and select the menu command Settings. On the settings page, select the category <em>Privacy &amp; Security<\/em>. <\/p>\n<p><img loading=\"lazy\" decoding=\"async\" title=\"Firefox Telemetry settings\" alt=\"Firefox Telemetry settings\" src=\"https:\/\/www.bleepstatic.com\/images\/news\/web-browsers\/firefox\/75\/default-browser-agent\/disabled-via-firefox-settings.jpg\" width=\"595\" height=\"330\"><br \/>(Firefox Telemetry settings, Source: Bleeping Computer)<\/p>\n<p>If you then scroll down the page, you will find the group <em>Data collection by Firefox and its use<\/em>. In my case, only <em>Allow Firefox to install and run studies <\/em>was marked. The option <em>Allow Firefox to send data on technical details and interactions to Mozilla<\/em>, which is responsible for telemetry, was disabled. This means that no telemetry data will be sent.<\/p>\n<h2>Group policies and more<\/h2>\n<p>Mozilla has introduced a Windows group policy that prevents the executable<em> default-browser-agent.ex<\/em>e from sending telemetry data with the default browser information. To enable this policy, created the 32-bit DWORD value <em>DisableDefaultBrowserAgent<\/em> under the registry key:<\/p>\n<p>HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Mozilla\\Firefox <\/p>\n<p>and set it to 1. Bleeping Computer has <a href=\"https:\/\/www.bleepingcomputer.com\/news\/software\/firefox-now-tells-mozilla-what-your-default-browser-is-every-day\/\" target=\"_blank\" rel=\"noopener noreferrer\">ceated<\/a> a reg file to import this setting. <\/p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Even if disabled via telemetry settings or group policies, the scheduled task will need to be removed manually to prevent it from continuing to run.<\/p>\n<p>\u2014 BleepingComputer (@BleepinComputer) <a href=\"https:\/\/twitter.com\/BleepinComputer\/status\/1247917609598758913?ref_src=twsrc%5Etfw\">April 8, 2020<\/a><\/p><\/blockquote>\n<p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script> <\/p>\n<p>Bleeping Computer indicates that the telemetry data collection task is still being performed in the task planning. The entry in task scheduling must therefore be removed manually. The steps are described <a href=\"https:\/\/www.bleepingcomputer.com\/news\/software\/firefox-now-tells-mozilla-what-your-default-browser-is-every-day\/\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>[German]The just released Firefox 75 comes in the Windows version with a nasty surprise. A telemetry function transmits daily the used operating system as well as the standard browser to Mozilla.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[872,2],"tags":[530,2370],"class_list":["post-14017","post","type-post","status-publish","format-standard","hentry","category-browser","category-windows","tag-firefox","tag-telemetrie"],"_links":{"self":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/14017","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/comments?post=14017"}],"version-history":[{"count":0,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/14017\/revisions"}],"wp:attachment":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/media?parent=14017"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/categories?post=14017"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/tags?post=14017"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}