CDN CAPTCHA bug?
CDN CAPTCHA bug?
Hi guys,
I have recently noticed that some of the users are not able to view the table and receive the following error:
Uncaught TypeError: Cannot read property 'isDataTable' of undefined
After some investigation, I realized that it was due to DataTable js not loading properly. When I navigated via web browser to CDN
//cdn.datatables.net/1.10.3/js/jquery.dataTables.min.js
I was asked to fill CAPTCHA form and only after that I was able to view the contect of the JS.
Then I reloaded the page in the same window and table worked without any problems.
This is a bit worrying as I don't want to move js scripts onto my local hosting is there a way to get around this without having to manually confirm that you are not a robot?
This question has an accepted answers - jump to answer
Answers
[retracted] -- here is the link
The captcha is coming from CloudFlare which for whatever reason had flagged your IP address.
I've disabled this for the CDN now - the CDN should be effectively open access, per your point about being working about that. I completely agree!
It is still present for this main site.
Allan
Thank you!