@@ -175,7 +175,7 @@ Function IsURLValid {
$HTTPResponse.Close()
}
Catch { }
If ($HTTPStatus -eq 200) { Return $true }
If ($HTTPStatus -ne 404) { Return $true }
Else { Return $false }
The note is not visible to the blocked user.