Skip to content

Commit c13b502

Browse files
authored
🎨 gecko browser_specific_settings 加入 data_collection_permissions (#1008)
1 parent 498ce0d commit c13b502

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

build/pack.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ firefoxManifest.browser_specific_settings = {
7373
: "8e515334-52b5-4cc5-b4e8-675d50af677d"
7474
}}`,
7575
strict_min_version: "91.1.0",
76+
data_collection_permissions: {
77+
"required": [
78+
"none" // 没有必须传送至第三方的资料。安装转页没有记录用户何时何地安装了什么。
79+
],
80+
"optional": [
81+
"authenticationInfo", // 使用 Cloud Backup / Import 时,有传送用户的资料至第三方作登入验证
82+
"personallyIdentifyingInfo" // 使用 电邮 或 帐密 让第三方识别个人身份进行 Cloud Backup / Import
83+
]
84+
}
7685
},
7786
};
7887

0 commit comments

Comments
 (0)