ajax-lives / NoRussian

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

Bypass HTTP cache #63

Closed naslundx closed 2 years ago

naslundx commented 2 years ago

“no-store” means bypass the HTTP cache completely. This will make the browser not look into the HTTP cache on the way to the network, and never store the resulting response in the HTTP cache. Using this cache mode, fetch() will behave as if no HTTP cache exists.

Source: https://hacks.mozilla.org/2016/03/referrer-and-cache-control-apis-for-fetch/

If I understand correctly, this should be there, right?

ajax-lives commented 2 years ago

Conflicts with your other PR - will merge if/when resolved :D

ajax-lives commented 2 years ago

Looks like all your current PRs need conflict resolving - might be better to merge them all into one PR with the conflicts resolved?

naslundx commented 2 years ago

@ajax-lives #56 has no conflicts, I'll update the other ones asap

Ycirn commented 2 years ago

71 the entire project is down