火狐上架和审核比 Chrome 严格很多
曾经在火狐上架过插件
插件会请求一个 url 获取数据,更换插件 Options 页面的 Banner 信息 (如果出现啥问题,Banner 才会显示)
第一次上架:工程源码上传 审核 通过 上架 没问题
过了几个月 有火狐插件审核员对插件有质疑,会收到类似邮件:
真的是人工审核,要给项目工程源码,还要回答审核员的问题
他们真的懂代码,还可以帮你优化代码
Please address the issues raised in the reviewer's notes and inquire about any unclear items. Afterwards, please upload a new version of your add-on at
https://addons.mozilla.org/en-US/developers/addon/fastgithub/versions.
To respond, please reply to this email or visit
https://addons.mozilla.org/en-US/developers/addon/fastgithub/versions. If we do not hear from you within 14 day(s) of this notification, these versions will be removed from
addons.mozilla.org. Current users of these versions will be unaffected.
Thank you for your attention.
审核员主要质疑的地方:
1. 你的 URL 是否安全,是否会发送有害信息
2. 你的服务器是否安全,是否会被 xxx ,通过 URL 给用户发送 xxx 信息,让用户点击
请提供服务器安全监测相关证明和以及你如何保障 URL 的安全