Update internet.js
This commit is contained in:
parent
3b7d8b72c0
commit
1fcd3c38fc
@ -38,7 +38,6 @@ function inetChecksite(url, callback) {
|
|||||||
const s = util.sanitizeShellString(url);
|
const s = util.sanitizeShellString(url);
|
||||||
for (let i = 0; i <= 2000; i++) {
|
for (let i = 0; i <= 2000; i++) {
|
||||||
if (!(s[i] === undefined ||
|
if (!(s[i] === undefined ||
|
||||||
s[i] === ' ' ||
|
|
||||||
s[i] === '{' ||
|
s[i] === '{' ||
|
||||||
s[i] === '}')) {
|
s[i] === '}')) {
|
||||||
s[i].__proto__.toLowerCase = util.stringToLower;
|
s[i].__proto__.toLowerCase = util.stringToLower;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user