From 863f3f1a136cc595bcf699f4e9b9957366c28cbb Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Mar 04 2021 16:03:25 +0000 Subject: Version bump to 0.4.6 NBS improvements for Chromium-based browsers: block a host after detecting the first suspicious HTTP request from the public to the private network. --- diff --git a/chrome/manifest.json b/chrome/manifest.json index 794f3ba..2ab47cf 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -42,5 +42,5 @@ "options_page": "options.html", "permissions": ["storage", "tabs", "webRequest", "webRequestBlocking", "", "notifications"], "short_name": "JSR", - "version": "0.4.5" + "version": "0.4.6" } diff --git a/docs/versions.md b/docs/versions.md index 46e337f..f58a59b 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -1,6 +1,10 @@ # Release history +## 0.4.6 + +* NBS improvements for Chromium-based browsers: block a host after detecting the first suspicious HTTP request from the public to the private network. + ## 0.4.5 * Add wrapper of MediaDevices.prototype.enumerateDevices diff --git a/firefox/manifest.json b/firefox/manifest.json index 35a71f3..4a4c77a 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -45,7 +45,7 @@ }, "permissions": ["storage", "tabs", "webRequest", "webRequestBlocking", "dns", "", "notifications"], "short_name": "JSR", - "version": "0.4.5", + "version": "0.4.6", "browser_specific_settings": { "gecko": { "id": "jsr@javascriptrestrictor",