搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to avoid content blocking while developing addons

more options

I have developed some addons for Firefox, but I met some problems that the function in addons would be stopped by the content blocking, This issue has some impact to our company's product cause customer could only turn off it to enjoy the normal function in our product. Every time our customer use our product, they cannot find the shield quickly shown in the picture, so some information could not be shown, which leads to some issues on our product. Could you please help me avoid the content blocking in my development or give me some method? Thank you.

I have developed some addons for Firefox, but I met some problems that the function in addons would be stopped by the content blocking, This issue has some impact to our company's product cause customer could only turn off it to enjoy the normal function in our product. Every time our customer use our product, they cannot find the shield quickly shown in the picture, so some information could not be shown, which leads to some issues on our product. Could you please help me avoid the content blocking in my development or give me some method? Thank you.
已附加屏幕截图

被采纳的解决方案

Hi samgsc, you might be able to find some explanation for the appearance of the shield on the drop-down and also in the Web Console.

If your add-on needs to inject scripts into pages that are from sites on the basic Tracking Protection list, you should consider using a different approach. It is not appropriate to ask users to disable Tracking Protection completely on one or more websites just to accommodate your scripts.

定位到答案原位置 👍 1

所有回复 (3)

more options

You need to remove whatever is being blocked to make your add-ons work.

Content Blocking is a User Preference. I will not Turn Off or reduce Content Blocking for any add-ons.

more options

Hello samgsc,

You might be better off posting here :

https://discourse.mozilla.org/c/add-ons

more options

选择的解决方案

Hi samgsc, you might be able to find some explanation for the appearance of the shield on the drop-down and also in the Web Console.

If your add-on needs to inject scripts into pages that are from sites on the basic Tracking Protection list, you should consider using a different approach. It is not appropriate to ask users to disable Tracking Protection completely on one or more websites just to accommodate your scripts.