mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-02-20 02:22:35 +01:00
Update BisectHosting.java
This commit is contained in:
parent
b51dbbe6e5
commit
b17f86e03d
@ -28,7 +28,7 @@ public class BisectHosting {
|
||||
try {
|
||||
ip = getFinalURL("http://" + ip);
|
||||
|
||||
if (ip.startsWith("https://www.bisecthosting.com/")) {
|
||||
if (ip != null && ip.startsWith("https://www.bisecthosting.com/")) {
|
||||
hostedBy = true;
|
||||
}
|
||||
} catch (IOException ignored) {
|
||||
|
Loading…
Reference in New Issue
Block a user