fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2024-05-09
  • 发帖数18483
  • 经验4837枚
  • 威望5点
  • 贡献值4316点
  • 好评度1116点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
15楼#
发布于:2018-09-25 22:49
aaaa007cn:周一谋智员工上班后终于有些新信息了
https://www.reddit.com/r/firefox/comments/9ii8sj/firefox_keeps_silently_installing_hidden/
根据 reddit 上...
回到原帖
我觉得是不方便公开发表立场罢了。我想可以建一个同名的只读文件覆盖避免吧。更新检查以及不能用户自己禁止了,必须通过ff的组策略
Firefox More than meets your experience
Cye3s
千年狐狸
千年狐狸
  • UID155
  • 注册日期2004-11-25
  • 最后登录2024-04-28
  • 发帖数1322
  • 经验95枚
  • 威望0点
  • 贡献值34点
  • 好评度14点
  • 社区居民
  • 忠实会员
16楼#
发布于:2018-09-28 08:54
关注,我也被安装了这两个
在配置文件夹\features\{02e4c579-80b0-4fc8-9091-6d1aff706a8e}
我很懒...
aaaa007cn
千年狐狸
千年狐狸
  • UID23968
  • 注册日期2008-05-03
  • 最后登录2022-03-07
  • 发帖数1924
  • 经验1138枚
  • 威望1点
  • 贡献值232点
  • 好评度164点
17楼#
发布于:2018-10-02 09:42
官方终于正式宣布 Firefox Monitor 了
https://blog.mozilla.org/blog/2018/09/25/introducing-firefox-monitor-helping-people-take-control-after-a-data-breach/
去这个帖子讨论 https://www.firefox.net.cn/read-78864

但 Telemetry Coverage 完全没有新消息
除了先前谋智员工在 r/firefox 宣称 Telemetry Coverage 不是遥测,所以在关闭遥测的机器上默认开启发送是否开启遥测到谋智服务器完全大丈夫萌大奶之外
就是 ↓ vote 和删贴删回复了
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2024-05-09
  • 发帖数18483
  • 经验4837枚
  • 威望5点
  • 贡献值4316点
  • 好评度1116点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
18楼#
发布于:2018-10-08 15:06
这个github 提供了一份anti-telemetry 的 user.js 禁用了大量关于遥测的prefs。
https://github.com/beerisgood/Firefox_Anti-Telemetry


/*
Mozilla Firefox Anti-Telemetry user.js by beerisgood
Last Update: 28.09.2018
Download: https://github.com/beerisgood/Firefox_Anti-Telemetry
*/

// Config start - do NOT edit stuff below!
user_pref("app.normandy.api_url", "");
user_pref("app.normandy.enabled", false);
user_pref("app.normandy.first_run", false);
user_pref("app.shield.optoutstudies.enabled", false);
user_pref("breakpad.reportURL", "");
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit", false);
user_pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
user_pref("browser.disableResetPrompt", true);
user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false);
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
user_pref("browser.newtabpage.activity-stream.telemetry.ping.endpoint", "");
user_pref("browser.newtabpage.activity-stream.telemetry", false);
user_pref("browser.newtabpage.activity-stream.tippyTop.service.endpoint", "");
user_pref("browser.newtabpage.directory.ping", "");
user_pref("browser.newtabpage.directory.source", "");
user_pref("browser.newtabpage.introShown", true);
user_pref("browser.newtabpage.remote", false);
user_pref("browser.ping-centre.production.endpoint", "");
user_pref("browser.ping-centre.staging.endpoint", "");
user_pref("browser.ping-centre.telemetry", false);
user_pref("browser.selfsupport.enabled", false);
user_pref("browser.selfsupport.url", "");
user_pref("datareporting.healthreport.about.reportUrl", "");
user_pref("datareporting.healthreport.about.reportUrlUnified", "data:text/plain");
user_pref("datareporting.healthreport.service.enabled", false);
user_pref("datareporting.healthreport.service.firstRun", false);
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("datareporting.policy.dataSubmissionPolicyAcceptedVersion", 2);
user_pref("experiments.activeExperiment", false);
user_pref("experiments.enabled", false);
user_pref("experiments.manifest.uri", "");
user_pref("experiments.supported", false);
user_pref("extensions.shield-recipe-client.api_url", "");
user_pref("extensions.shield-recipe-client.enabled", false);
user_pref("extensions.systemAddon.update.enabled", false);
user_pref("extensions.systemAddon.update.url", "");
user_pref("loop.logDomains", false);
user_pref("network.allow-experiments", false);
user_pref("shield.savant.enabled", false);
user_pref("toolkit.telemetry.archive.enabled", false);
user_pref("toolkit.telemetry.bhrPing.enabled", false);
user_pref("toolkit.telemetry.cachedClientID", "");
user_pref("toolkit.telemetry.enabled", false);
user_pref("toolkit.telemetry.firstShutdownPing.enabled", false);
user_pref("toolkit.telemetry.hybridContent.enabled", false);
user_pref("toolkit.telemetry.newProfilePing.enabled", false);
user_pref("toolkit.telemetry.prompted", 2);
user_pref("toolkit.telemetry.rejected", true);
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
user_pref("toolkit.telemetry.server", "");
user_pref("toolkit.telemetry.shutdownPingSender.enabled", false);
user_pref("toolkit.telemetry.unified", false);
user_pref("toolkit.telemetry.unifiedIsOptIn", false);
user_pref("toolkit.telemetry.updatePing.enabled", false);
 
Firefox More than meets your experience
jiayiming
火狐狸
火狐狸
  • UID35865
  • 注册日期2011-04-04
  • 最后登录2024-05-15
  • 发帖数175
  • 经验182枚
  • 威望0点
  • 贡献值30点
  • 好评度5点
  • 社区居民
  • 忠实会员
19楼#
发布于:2018-10-14 15:39
fang5566:这个github 提供了一份anti-telemetry 的 user.js 禁用了大量关于遥测的prefs。
https://github.com/beerisgood/Firefox_Anti-Telemetry
回到原帖
这里面哪个是和telemetry-coverage-bug1487578@mozilla.org有关的
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2024-05-09
  • 发帖数18483
  • 经验4837枚
  • 威望5点
  • 贡献值4316点
  • 好评度1116点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
20楼#
发布于:2018-10-14 16:22
jiayiming:这里面哪个是和telemetry-coverage-bug1487578@mozilla.org有关的回到原帖
在不清楚遥测 coverage 范围情况下 遥测都关了再说吧
Firefox More than meets your experience
aaaa007cn
千年狐狸
千年狐狸
  • UID23968
  • 注册日期2008-05-03
  • 最后登录2022-03-07
  • 发帖数1924
  • 经验1138枚
  • 威望1点
  • 贡献值232点
  • 好评度164点
21楼#
发布于:2018-10-14 17:00
jiayiming:这里面哪个是和telemetry-coverage-bug1487578@mozilla.org有关的回到原帖
没有 telemetry coverage 的

按照目前可见的 telemetry coverage 代码
https://github.com/mozilla/one-off-system-add-ons/pull/123
https://github.com/mozilla/one-off-system-add-ons/pull/131
需要设置 toolkit.telemetry.coverage.opt-out 为 true
user_pref("toolkit.telemetry.coverage.opt-out", true);
Cye3s
千年狐狸
千年狐狸
  • UID155
  • 注册日期2004-11-25
  • 最后登录2024-04-28
  • 发帖数1322
  • 经验95枚
  • 威望0点
  • 贡献值34点
  • 好评度14点
  • 社区居民
  • 忠实会员
22楼#
发布于:2018-10-16 16:21
这个应该能关


https://github.com/mozilla/policy-templates/blob/master/README.md


我的
{
  "policies": {
    "DisableTelemetry": true,
    "DisableSystemAddonUpdate": true
  }
}
我很懒...
jiayiming
火狐狸
火狐狸
  • UID35865
  • 注册日期2011-04-04
  • 最后登录2024-05-15
  • 发帖数175
  • 经验182枚
  • 威望0点
  • 贡献值30点
  • 好评度5点
  • 社区居民
  • 忠实会员
23楼#
发布于:2018-10-16 20:03
Cye3s:这个应该能关


https://github.com/mozilla/policy-templates/blob/master/README.md


我的{
  "policies": {


    "DisableTel...
回到原帖
但是这里不是说这个63才支持吗?https://www.firefox.net.cn/read-78781
好吧  63是删更新 企业策略是60就支持了 看错了

PS:这论坛到底什么时候复制能不用flash。。。
aaaa007cn
千年狐狸
千年狐狸
  • UID23968
  • 注册日期2008-05-03
  • 最后登录2022-03-07
  • 发帖数1924
  • 经验1138枚
  • 威望1点
  • 贡献值232点
  • 好评度164点
24楼#
发布于:2018-10-16 23:13
Cye3s:这个应该能关


https://github.com/mozilla/policy-templates/blob/master/README.md


我的{
  "policies": {
    "DisableTel...
回到原帖
DisableTelemetry 只能禁止普通的遥测,对这次的 telemetry coverage 无效

DisableSystemAddonUpdate 看说明是禁止同一台电脑上的所有系统扩展的更新和安装,可以防止谋智偷偷安装 telemetry coverage
不过我不建议禁止
毕竟谋智偶尔会用系统更新来推送一些安全相关的 hotfix
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2024-05-09
  • 发帖数18483
  • 经验4837枚
  • 威望5点
  • 贡献值4316点
  • 好评度1116点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
25楼#
发布于:2018-10-17 00:38
jiayiming:但是这里不是说这个63才支持吗?https://www.firefox.net.cn/read-78781
好吧  63是删更新 企业策略是60就支持了 看错了

PS:这论坛到底什么时候复制能不用flash。。。
回到原帖
除非换程序 否则无解
Firefox More than meets your experience
jiayiming
火狐狸
火狐狸
  • UID35865
  • 注册日期2011-04-04
  • 最后登录2024-05-15
  • 发帖数175
  • 经验182枚
  • 威望0点
  • 贡献值30点
  • 好评度5点
  • 社区居民
  • 忠实会员
26楼#
发布于:2018-10-23 01:18
我试下来policies和toolkit.telemetry.coverage.opt-out都无效啊。。。删了照样会出来telemetry-coverage-bug1487578@mozilla.org.xpi
Cye3s
千年狐狸
千年狐狸
  • UID155
  • 注册日期2004-11-25
  • 最后登录2024-04-28
  • 发帖数1322
  • 经验95枚
  • 威望0点
  • 贡献值34点
  • 好评度14点
  • 社区居民
  • 忠实会员
27楼#
发布于:2018-10-23 09:04
jiayiming:我试下来policies和toolkit.telemetry.coverage.opt-out都无效啊。。。删了照样会出来telemetry-coverage-bug1487578@mozilla.org.xpi回到原帖
你放对位置了没有?在firefox.exe所在的目录建个distribution文件夹,把json放进去,放对了在选项里顶部会显示“您的组织已禁用某些选项”,我这再也没出现telemetry-coverage了
我很懒...
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2024-05-09
  • 发帖数18483
  • 经验4837枚
  • 威望5点
  • 贡献值4316点
  • 好评度1116点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
28楼#
发布于:2018-10-23 10:27
jiayiming:我试下来policies和toolkit.telemetry.coverage.opt-out都无效啊。。。删了照样会出来telemetry-coverage-bug1487578@mozilla.org.xpi回到原帖
我看可以用老办法 建个txt文件改名成扩展名称 然后右键属性设置为只读。这样官方就无法覆盖了
Firefox More than meets your experience
jiayiming
火狐狸
火狐狸
  • UID35865
  • 注册日期2011-04-04
  • 最后登录2024-05-15
  • 发帖数175
  • 经验182枚
  • 威望0点
  • 贡献值30点
  • 好评度5点
  • 社区居民
  • 忠实会员
29楼#
发布于:2018-10-23 20:48
Cye3s:你放对位置了没有?在firefox.exe所在的目录建个distribution文件夹,把json放进去,放对了在选项里顶部会显示“您的组织已禁用某些选项”,我这再也没出现telemetry-coverage了回到原帖
找到原因了,我编辑器用的默认是utf8 signature,改回ANSI这个选项提示文字出现了。。。
游客

返回顶部