如何测试未签名的Firefox扩展? [英] How to test an unsigned Firefox extension?

查看:192
本文介绍了如何测试未签名的Firefox扩展?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Firefox 43现在执行附加签名。我不明白如何在签名扩展之前测试和调试这些Firefox版本的扩展。



如果我正在编写一个新扩展,如何在最新版本的Firefox中测试未签名的版本?是否有一个明确的方式来禁止开发人员的签名执行?

解决方案

定义'最新版本'?




  • 在FF43-FF45或开发者版/ nightly中,您可以将 xpinstall.signatures.required code> about:config

  • 在FF45(当前的开发版)中,你可以在

  • 在FF46中 xpinstall.signatures.required 删除



Mozilla 应该发布一个非官方的非品牌版本有这个偏好,但它似乎并不像这是实际发生的。 / b>




我的建议:


  1. 下载 Firefox开发人员版


  2. a)翻转 xpinstall.signatures.required ;

  3. b)临时



Firefox 43 now enforces add-on signing. I don't understand how one is to test and debug an extension in these versions of Firefox prior to having the extension signed.

If I'm writing a new extension, how do I go about testing the unsigned version in the latest versions of Firefox? Is there an explicit way to disable the signing enforcement for developers?

解决方案

Define 'latest version'?

  • In FF43-FF45 or developer edition/nightly you can set xpinstall.signatures.required to false in about:config
  • In FF45 (currently dev edition) you can load the addon as temporary in about:debugging
  • In FF46 xpinstall.signatures.required is removed.

Mozilla was supposed to release an unofficial 'unbranded' versions that still has this preference but it does not seem like this is actually happening.


My suggestion:

  1. Download Firefox Developer Edition
    • a) flip xpinstall.signatures.required;
    • b) load the addon as temporary

这篇关于如何测试未签名的Firefox扩展?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆