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 Public License 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 Public License 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 Public License 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 Public License 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 Public License 2.0 條款釋出