Update internet.js

This commit is contained in:
Renan Rocha 2021-02-11 18:15:55 -03:00 committed by GitHub
parent 3b7d8b72c0
commit 1fcd3c38fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,6 @@ function inetChecksite(url, callback) {
const s = util.sanitizeShellString(url);
for (let i = 0; i <= 2000; i++) {
if (!(s[i] === undefined ||
s[i] === ' ' ||
s[i] === '{' ||
s[i] === '}')) {
s[i].__proto__.toLowerCase = util.stringToLower;