TIL: Cloudflare CAPTCHA on at least one ampersand I'm using Cloudflare's CAPTCHA (they call it a "Web Application Firewall > Custom rules > Managed Challenge" these days) to prevent crawlers from aggresively spidering my faceted search engine on this site, but I got fed up of even simple ?q=term searches triggering the challenge. After some mucking around with Claude Code it turns out you can register the following rule instead, so the CAPTCHA only kicks in for search URLs containing at least one ampersand: (http.request.uri.path wildcard r"/search/*" and http.request.uri.query contains "&") And now /search/?q=lemur works without triggering a CAPTCHA! Also included: notes on trying out the Cloudflare MCP with Claude Code , though it turned out not to be able to edit the rules in question so I had Claude Code switch to the Cloudflare API instead. Tags: captchas , cloudflare , model-context-protocol , claude-code
Developers & Open Source · vercel/next.js Releases
Core Changes chore: upgrade next-rspack to rspack 2.0: #92222 Misc Changes docs: Route Handlers to be supported later on: #94705 [ci] Allow "rerun failed jobs" to work up until 5 days for e2e deploy tests: #94812 Fix stale next data API test URL: #94815 Format submillisecond durations as milliseconds: #94813 Instruct agents to keep and commit the generated agent-rules block: #94725 [agents-md] Index bundled docs instead of downloading into .next-docs: #94719 docs: add prefetchInlining config reference: #94650 Move warnOnce imports into statements guarded by process.env.NODE_ENV === 'development' : #94781 Expand signature rewriting to allow returning ResolvedVc from turbo task functions: #94772 Move errorOnce imports into statements guarded by process.env.NODE_ENV === 'development' : #94782 Add a message to AGENTS.md about super:: imports.: #94733 Turbopack: add experimental React compiler support: #94573 Credits Huge thanks to @icyJoseph , @eps1lon , @devjiwonchoi , @timneutkens , @gaojude , @ifer47 , @sampoder , @lukesandberg , @wbinnssmith , and @SyMind for helping!
OpenAI introduces Deployment Simulation, a method to predict AI model behavior before deployment using real conversation data to improve safety and evaluation accuracy.
What's Changed Support for Cohere2Moe architecture Fixed LFM2 parser/render for cases where thinking was not emitted Fixed issue where ollama launch claude and other coding agent or assistant use cases would only output one token Ollama will now return an error if a single message is larger than the current context window Full Changelog : v0.30.8...v0.30.9-rc1
The U.S. Department of Justice announced Friday that it has seized the CFAKE.com and SOCFAKE.com websites, which allegedly hosted nonconsensual AI-generated nude images and videos of women, in what appears to be the first publicly announced domain seizure under the TAKE IT DOWN Act. [...]
The Trump administration's decision that forced Anthropic to pull its latest cybersecurity models could be reactionary, retaliatory, or both, but the message is clear: The AI industry isn't immune from U.S. government interference.
Copilot usage metrics reports now draw on server-side telemetry in addition to client signals, so more of your active Copilot users show up in reports. Enterprise usage reports returned by… The post Copilot usage metrics now include more of your active users appeared first on The GitHub Blog .
Your public Facebook posts could help inform AI-generated results in Meta's new AI Mode. When you search on Facebook, the "AI Mode" option will appear alongside the usual search modes like "People" and "Marketplace." It's one of several new AI features Meta is rolling out starting today, including photo presets that swap sports jerseys onto […]
Xbox is closing down Ninja Theory, the studio behind the Hellblade series, a source tells The Verge. Staffers were told on a call on Monday about the closure, but they are hoping the studio will find a buyer. The closure comes as "several" Xbox studios at Microsoft, including Compulsion Games and Double Fine, are in […]
AWS WAF launches AI traffic monetization, a new Bot Control capability that enables content providers and publishers price, meter, and collect payment from AI bots and agents accessing their content and APIs. AWS WAF now lets you set a price for that access, accept payment through third-party providers, and grant scoped access directly at the edge.