Search results

  1. E

    POST requests to /wp-admin/admin-ajax.php trigger Cloudflare challenges even though robots.txt says bots can use that route

    POST /wp-admin/admin-ajax.php cannot be accessed by bots (even though it's explicitly allowed in robots.txt) because the route returns a Cloudflare captcha challenge. Potential fixes: Change robots.txt to also disallow /wp-admin/admin-ajax.php. Remove Cloudflare protection from...
  2. E

    Bugs Color picker control is incomplete for existing reading lists

    In Edit Reading Lists you can specify the colors of their icons. When opening the color picker control for a new Reading List, the full control is displayed (preset colors, HSV picker, hex color code). When opening the color picker control for existing Reading Lists, only the HSV picker is...
  3. E

    Can embed arbitrary images in comments

    It's possible for users to embed arbitrary images in comments. Here's a code snippet that I've verified works on my own user profile page (most of this was just copied from SH's code): function postComment (message) { var i = $("#authorid").val(); $(".profile_error_msg").text("")...
Top