-
Notifications
You must be signed in to change notification settings - Fork 128
CloudFlare rejects my benchmark ("Sorry, you have been blocked") #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same here. Post data:
CloudFlare Ray ID: |
Same here, CloudFlare Ray ID: 284a0cf70e6e11bf |
Same here, even trying to edit an already posted test with no changes. CloudFlare Ray ID: 2881fd252a1e1d18 |
When v2 goes live we can loosen the CloudFlare security settings and hopefully this should no longer be a problem. |
Also blocked (ID 2891290c2aaa147f), apparently |
Yeah also blocked, just adding a test case to an existing MD5 jsperf .. .FTW JSPerf used to be useful, not of much use if you cant actually do any perf tests.. |
I've also been blocked while editing a test. Ray ID |
Has this been solved?? Apparently not
|
Still happening -.- |
up : CloudFlare Ray ID: 3fb722bb2f533c59 |
Was using Cloudflare Ray ID: 4041142b3bed353c |
i append html string inside an element add it into a fragment. and try to appendChild to the parent. And i got blocked by cloudflare, |
Ok blocked just for edit and save no change, no CLUE AT ALL on whats wrong, good job CloudFlare... Cloudflare Ray ID: 571eb967f854ca67 |
I was getting this issue trying to import JS libs with async function load(package_name) {
const fetched = await fetch(`https://unpkg.com/${package_name}`);
const code = await fetched.text();
window.module = { exports: { } };
eval(code);
return window.module.exports;
} |
And if you need to do something before all tests, you can put a |
This is what I sent as POST to URL http://jsperf.com/
CloudFlareID related:
279c617266692ac1
The text was updated successfully, but these errors were encountered: