Javascript Firewall 版本历史 - 6 个版本
Javascript Firewall 作者: Bill
Javascript Firewall 版本历史 - 6 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.4
发布于 2022年5月10日 - 17.15 KB适用于 firefox 48.0 及更高版本interface:
- support browser dark mode (Firefox >= 67)
- text mode is now the only way to edit rules in the options page
bug fix:
- blocking javascript for the website domain no longer block javascript for others domains
- scripts imported with importScripts were sometimes not blocked
- inline scripts in iframes were not blocked when javascript was not allowed for their domain
- works if the page uses the HTTP header csp-sandbox
rules:
- support local hostnames like "localhost"
- allow rules with punycode hostnames源代码遵循 Mozilla 公共许可证 2.0 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 1.3
发布于 2019年11月13日 - 17.74 KB适用于 firefox 48.0 及更高版本- the table no longer shows the parent domains if they have an empty row (no request and no rule)
- a new button to show the parent domains when needed (to create a rule on them)源代码遵循 Mozilla 公共许可证 2.0 发布
版本 1.2.1
发布于 2019年11月1日 - 17.19 KB适用于 firefox 48.0 及更高版本- display the icon badge only when requests have been blocked源代码遵循 Mozilla 公共许可证 2.0 发布
版本 1.2
发布于 2019年10月27日 - 17.07 KB适用于 firefox 48.0 及更高版本- display a counter of blocked requests on the icon
- a setting to disable the counter in the options
- the button to disable the blocking now disables it only for the current tab
- detect if the page is restricted for addons (cup.aihedy.com, about:config, ...)源代码遵循 Mozilla 公共许可证 2.0 发布
版本 1.1
发布于 2019年10月20日 - 16.25 KB适用于 firefox 48.0 及更高版本- WebSocket, beacon, ping and Content-Security-Policy report requests are now treated as XMLHttpRequest requests and can therefore be blocked with the XHR column.
- <object> and <embed> are now treated as <frame>/<iframe> requests and can therefore be blocked with the FRAME column.
- bug fix: when use next and previous page buttons the extension no longer displays an error message if the browser has loaded the page from the cache.源代码遵循 Mozilla 公共许可证 2.0 发布