ajax-lives / NoRussian

Volunteer DoS tool via HTML + JS
GNU General Public License v3.0
371 stars 58 forks source link

Wrong calls to fetchWithTimeout? #71

Closed dmzi closed 2 years ago

dmzi commented 2 years ago

This seems to just call "https://ajax-lives.github.io/NoRussian/[object%20Object]" over again

Line 413: fetchWithTimeout(target, 2000) should be this: fetchWithTimeout(url, 2000)

Am I missing something?

Ycirn commented 2 years ago

@naslundx I believe this originates from your PR, all sites are giving an error with every request. Caused by #63

Ycirn commented 2 years ago

Solved by reverting

dmzi commented 2 years ago

My what? Pull Request? I didn't do any. .. and I see, it is corrected now

Ycirn commented 2 years ago

My what? Pull Request? I didn't do any. .. and I see, it is corrected now

I mentioned the guy who made the pull request that broke the code. So hes made aware and can make another pull request afterwards