搜索 | 用户支持

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

详细了解

How can I implement a javascript whitelist without using add-ons?

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 barloteli

more options

From the link below

http://kb.mozillazine.org/Allowing_only_certain_sites_to_use_JavaScript

We know that we can use Configurable Security Policies (CAPS) to implement a javascript whitelist. But after version 28, CAPS is removed from firefox. Therefore, we lost a built-in javascript whitelist feature.

Who knows some solutions or workarounds? ( Please note that DO NOT USE ANY ADD-ONS OR PLUGINS! )

From the link below http://kb.mozillazine.org/Allowing_only_certain_sites_to_use_JavaScript We know that we can use Configurable Security Policies (CAPS) to implement a javascript whitelist. But after version 28, CAPS is removed from firefox. Therefore, we lost a built-in javascript whitelist feature. Who knows some solutions or workarounds? ( Please note that DO NOT USE ANY ADD-ONS OR PLUGINS! )

所有回复 (2)

more options

I'm not aware of any way to do that from within Firefox.

Why wouldn't you use the NoScript extension (older version compatible with Firefx 52)?

more options

In fact, we can use the old technique proxy auto-config (PAC) to implement most external javascript whitelist feature (Certainly, this method is not so elegant) . But for inline scripts, I haven't found a good solution.

By the way, the built-in javascript whitelist/blacklist is a standard feature for nearly all major web browsers such as Google Chrome, Opera, Konqueror and even Internet Explorer. Why is Firefox an exception?