@@ -282,6 +282,9 @@ function addFeed() {
if (link.value.length == 0) {
alert("Error: No feed URL given.");
} else if (link.value.match("http://") == null &&
link.value.match("https://") == null) {
alert("Error: Invalid feed URL.");
} else {
notify("Adding feed...");
The note is not visible to the blocked user.