Author Topic: I can't access to forums.wxWidgets.org through Cloudflare test  (Read 296 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6085
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
I never pass the Cloudflare real person test, so it goes to an endless loop.

Do you have the same issue?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7799
    • My Best Post
Re: I can't access to forums.wxWidgets.org through Cloudflare test
« Reply #1 on: Yesterday at 07:30:14 pm »
It works for me. About 1 in 10 times it brings up a check box that I need to check.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline blauzahn

  • Almost regular
  • **
  • Posts: 200
Re: I can't access to forums.wxWidgets.org through Cloudflare test
« Reply #2 on: Yesterday at 08:22:32 pm »
Try to disable the browser's noscript plugin for wxwidgets.org temporarily.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6085
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Try to disable the browser's noscript plugin for wxwidgets.org temporarily.
Thanks.
I'm using uBlock Origion add on on Firefox, but disable the add on on the wxWidgets.org does not solve the issue. It still goes to an endless human check.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.