From 8ea9d017228593539bce09b17e89e1c0672e553a Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Apr 29 2021 21:05:11 +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 c7dd2c9..24a5faa 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -66,5 +66,5 @@ "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 44743ba..9ae265e 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -71,7 +71,7 @@ "notifications" ], "short_name": "JSR", - "version": "0.4.5", + "version": "0.4.6", "browser_specific_settings": { "gecko": { "id": "jsr@javascriptrestrictor",