CDN CAPTCHA bug?

CDN CAPTCHA bug?

mehtimehti Posts: 35Questions: 13Answers: 0

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

  • mehtimehti Posts: 35Questions: 13Answers: 0
    edited June 2015

    [retracted] -- here is the link

  • allanallan Posts: 63,386Questions: 1Answers: 10,449 Site admin
    Answer ✓

    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

  • mehtimehti Posts: 35Questions: 13Answers: 0

    Thank you!

This discussion has been closed.