Skip to content

[Bots] Web Bot Auth docs #23099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 26, 2025
Merged

[Bots] Web Bot Auth docs #23099

merged 14 commits into from
Jun 26, 2025

Conversation

Oxyjun
Copy link
Contributor

@Oxyjun Oxyjun commented Jun 18, 2025

Summary

We're now introducing "Web Bot Auth" (WBA), which is a more secure authentication method for verifying bots. Previously, verifying bots was only possible through two flavours of IP validation, public IP list, and reverse DNS.

Web Bot Auth may become the new IETF standard in the near future, and paves the way for better bot detection across the Internet.

This PR restructures and adds information for WBA. Specifically:

  1. Creates a new chapter Verified bots requirements, which explains what's involved for a bot to be verified.
  2. Cuts down the existing Verified bots policy chapter to only talk about the policy
  3. Creates a new chapter Verification methods, which :
    • Guides users through verifying their bot via WBA
    • Guides users through verifying their bot via IP validation (text taken from existing Policy chapter)
    • Talks about generic user agents (text taken from existing Policy chapter)
    • Points users to other useful resources under "Additional resources" header.

Things that we need to improve:

  1. Link to blog
  2. Possible restructure such that WBA is its own page (and how this affects rest of IA)
  3. Consider absorbing Categories chapter into Verification methods (or somewhere else) Decided against after discussion.
  4. Consider defining the three main required headers for WBA into its own subheadings (such that they can be hyperlinked). This relates to point (2).
  5. Work out where the FAQs should go. Possibly a new Reference > FAQs > "WBA FAQs"?

Screenshots (optional)

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

@Oxyjun Oxyjun requested review from patriciasantaana and a team as code owners June 18, 2025 16:39
@github-actions github-actions bot added the product:bots Related to Bots product label Jun 18, 2025
Copy link
Contributor

hyperlint-ai bot commented Jun 18, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Introduced Web Bot Auth (WBA) documentation, enhancing bot verification methods.

  • Created a new chapter on Verified Bots Requirements detailing verification criteria.
  • Restructured the Verified Bots Policy chapter to focus solely on policy aspects.
  • Added a new chapter on Verification Methods, outlining WBA and IP validation processes.

Modified Files

  • src/content/docs/bots/concepts/bot/verified-bots/categories.mdx
  • src/content/docs/bots/concepts/bot/verified-bots/policy.mdx

Added Files

  • src/content/docs/bots/concepts/bot/verified-bots/requirements.mdx
  • src/content/docs/bots/concepts/bot/verified-bots/verification.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

Copy link
Contributor

github-actions bot commented Jun 18, 2025

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/public/__redirects @GregBrimble, @KianNH, @pedrosousa, @WalshyDev, @cloudflare/pcx-technical-writing
/src/content/docs/bots/ @patriciasantaana, @cloudflare/pcx-technical-writing
* @cloudflare/pcx-technical-writing

Copy link
Contributor

github-actions bot commented Jun 18, 2025

Oxyjun and others added 2 commits June 19, 2025 09:15
Co-authored-by: Patricia Santa Ana <103445940+patriciasantaana@users.noreply.github.com>
Copy link
Contributor

github-actions bot commented Jun 19, 2025

This PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:

  • /bots/troubleshooting/frequently-asked-questions/

@github-actions github-actions bot removed product:pages product:analytics Related to Analytics product product:logs Related to Logs product:waf product:d1 D1: https://developers.cloudflare.com/d1/ product:data-localization product:network-interconnect product:api-shield product:cloudflare-for-platforms product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ product:fundamentals product:support product:magic-transit product:magic-wan product:learning-paths product:ai-gateway AI Gateway: https://developers.cloudflare.com/ai-gateway/ product:agents Build and deploy AI-powered Agents on Cloudflare that can act autonomously. product:AutoRAG product:security product:billing product:log-explorer labels Jun 23, 2025
Copy link
Contributor

@AkshatM AkshatM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One or two final comments, but marking as appriove to unblock you

@JohnDaWalka
Copy link

JohnDaWalka commented Jun 23, 2025 via email

@Oxyjun Oxyjun merged commit 1d5b3a1 into production Jun 26, 2025
11 checks passed
@Oxyjun Oxyjun deleted the jun/bots/wba branch June 26, 2025 13:24
sdnts pushed a commit to sdnts/cloudflare-docs that referenced this pull request Jul 24, 2025
* Changes for WBA

* Structure change

* Adding FAQ

* Apply suggestions from code review

Co-authored-by: Patricia Santa Ana <103445940+patriciasantaana@users.noreply.github.com>

* Fixing FAQs, adding more info on response headers

* Review part 1 - inline suggestions

Co-authored-by: Thibault <thibmeu@users.noreply.github.com>

* Applying review suggestions part 2

* Update src/content/docs/bots/concepts/bot/verified-bots/overview.mdx

Co-authored-by: Thibault <thibmeu@users.noreply.github.com>

* Squashed commit of the following:

commit 0264d07
Author: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com>
Date:   Mon Jun 23 11:55:53 2025 +0100

    [Email Security] Add limitations to DLP Assist (cloudflare#23140)

    * [Email Security] Add limitations do DLP Assist

    * Applying suggestion

commit eae3cf8
Author: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com>
Date:   Mon Jun 23 11:49:03 2025 +0100

    [Email Security] Make BCC deployment clear (cloudflare#23118)

    * [Email Security] Make BCC deployment clear

    * Minor language change

    * Clarify how to find the service address

    * Minor change

commit 4997be6
Author: angelampcosta <92738954+angelampcosta@users.noreply.github.com>
Date:   Mon Jun 23 10:02:41 2025 +0100

    [DLS] Adds note about Geo Key Manager v2 support (cloudflare#22947)

    * Adds note

    * Update src/content/docs/data-localization/region-support.mdx

commit ccf746e
Author: ᴄʜʀɪsᴛᴏᴘʜᴇʀ ᴍ <i@cicku.me>
Date:   Mon Jun 23 05:00:12 2025 -0400

    [GraphQL] Hint more errors (cloudflare#22986)

    * Hint more errors

    Include errors from DNS analytics

    * Minor language change

commit fca4ace
Author: kbitr <33611687+kbitr@users.noreply.github.com>
Date:   Mon Jun 23 10:53:57 2025 +0200

    update link to the new version of the app connector (cloudflare#23091)

    update link to the new version of the app connector

commit aa7c5e0
Author: ranbel <101146722+ranbel@users.noreply.github.com>
Date:   Fri Jun 20 17:35:17 2025 -0400

    [ZT] Implement APIRequest for Access, WARP, Tunnel (cloudflare#23143)

    * dash SSO

    * dash sso permission

    * infra ssh

    * device info only mode

    * tunnel token

    * create remote tunnel

    * OTP

    * entra id

    * generic oidc

    * audit logs

    * convert legacy policy

    * egress ips with vnets

    * mtls cert

    * access groups

    * add missing component

    * add missing component

    * fix components

commit 73e5df6
Author: korinne <40270578+korinne@users.noreply.github.com>
Date:   Fri Jun 20 12:49:19 2025 -0700

    adds new static routing options under run_worker_first (cloudflare#23008)

    * adds new static routing options under run_worker_first

    * Update src/content/docs/workers/static-assets/index.mdx

    Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>

    * Update src/content/docs/workers/static-assets/binding.mdx

    Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>

    * Update src/content/docs/workers/static-assets/binding.mdx

    Co-authored-by: emily-shen <69125074+emily-shen@users.noreply.github.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: emily-shen <69125074+emily-shen@users.noreply.github.com>

    * updates main overview page

    * updates to single-page-application docs

    * updates configuration docs

    * updates worker script docs

    * updates overview page

    * removes note under vite plugin docs

    * adds changelog entry for new routing, small updates

    * Update src/content/docs/workers/static-assets/routing/worker-script.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/worker-script.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/worker-script.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/worker-script.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/binding.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/binding.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/index.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/index.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/index.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/index.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/changelog/workers/2025-06-17-advanced-routing.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/changelog/workers/2025-06-17-advanced-routing.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/changelog/workers/2025-06-17-advanced-routing.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/changelog/workers/2025-06-17-advanced-routing.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/changelog/workers/2025-06-17-advanced-routing.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/changelog/workers/2025-06-17-advanced-routing.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/binding.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/binding.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/worker-script.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update diagram to show run_worker_first path matching

    * Wrap example in TypeScriptExample

    * Clarify how path patterns must begin

    * Add examples for static routing

    * Clarify negative patterns when limited

    * Clarify support for advanced routing in aside

    * Update copy for middleware features

    * Update src/content/changelog/workers/2025-06-17-advanced-routing.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/binding.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/changelog/workers/2025-06-17-advanced-routing.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/index.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/routing/single-page-application.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/wrangler/configuration.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/index.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/workers/static-assets/binding.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    ---------

    Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>
    Co-authored-by: emily-shen <69125074+emily-shen@users.noreply.github.com>
    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

commit f033f14
Author: Mark J Miller <34665164+markjmiller@users.noreply.github.com>
Date:   Fri Jun 20 12:04:19 2025 -0600

    docs: add 2025-06-17 fixes to workers changelog (cloudflare#23086)

    * docs: add 2025-06-17 fixes to workers changelog

    * updates to changelog to focus on before and after

    * small tweaks to example

    * Update src/content/changelog/workers/2025-06-17-workers-terraform-sdk-api-fixes.mdx

    ---------

    Co-authored-by: korinne <korinne@cloudflare.com>
    Co-authored-by: korinne <40270578+korinne@users.noreply.github.com>

commit eb7cae3
Author: pulkitacloudflare <pulkita@cloudflare.com>
Date:   Fri Jun 20 12:03:55 2025 -0600

    Update limits.mdx (cloudflare#23128)

commit 17d9414
Author: Dario Piotrowicz <dario@cloudflare.com>
Date:   Fri Jun 20 18:22:06 2025 +0100

    add experimental `remoteBindings` option to `getPlatformProxy` docs (cloudflare#23136)

    * add experimental `remoteBindings` option to `getPlatformProxy` docs

    * update and improve `maybeStartOrUpdateRemoteProxySession` docs

commit dafb6ad
Author: Kody Jackson <kody@cloudflare.com>
Date:   Fri Jun 20 11:36:45 2025 -0500

    [DocsAI] Update noresponse message (cloudflare#23097)

    * [DocsAI] Update noresponse message

    * Update

commit 60cc9b0
Author: Perabjoth Singh Bajwa <perabjothsinghbajwa@gmail.com>
Date:   Fri Jun 20 11:58:11 2025 -0400

    Remove unused "Example" (cloudflare#22624)

    "Example:" string did not contain an example for the scale down fit. None of the other fits contained an example either.

commit 2b739ae
Author: cf-scott <124814351+cf-scott@users.noreply.github.com>
Date:   Fri Jun 20 08:54:31 2025 -0700

    Update cron-triggers.mdx (cloudflare#22843)

    Fixed typo for "three latter"

commit 9236f6c
Author: sacru2red <43224844+sacru2red@users.noreply.github.com>
Date:   Sat Jun 21 00:52:40 2025 +0900

    Update deploy-a-react-site.mdx (cloudflare#23045)

    fix wrong command

commit 327d7a8
Author: abstergail <115666354+abstergail@users.noreply.github.com>
Date:   Fri Jun 20 11:28:29 2025 -0400

    Update index.mdx (cloudflare#23139)

    * Update index.mdx

    * Update index.mdx

commit a201f93
Author: Vy Ton <vy@cloudflare.com>
Date:   Fri Jun 20 11:14:49 2025 -0400

    D1 alpha backup access removed (cloudflare#23123)

    * D1 alpha backup access removed

commit a3e7fc2
Author: Kody Jackson <kody@cloudflare.com>
Date:   Fri Jun 20 09:07:48 2025 -0500

    [Chore] Remove unused image files (cloudflare#23138)

commit 37dd13c
Author: Greg Brimble <gbrimble@cloudflare.com>
Date:   Fri Jun 20 09:44:20 2025 -0400

    Use badge for beta (cloudflare#23135)

commit 9d825c0
Author: Kody Jackson <kody@cloudflare.com>
Date:   Fri Jun 20 08:43:07 2025 -0500

    [Bots] Updates to AI bot language (cloudflare#23137)

commit 00d920c
Author: marciocloudflare <83226960+marciocloudflare@users.noreply.github.com>
Date:   Fri Jun 20 09:11:23 2025 +0100

    [Magic] Traffic labels (cloudflare#23094)

    * new network filters partial

    * refined info

    * refined text and structure

    * refined text and structure

    * refined text

    * added link

    * refined text

    * Apply suggestions from code review

    Co-authored-by: Jun Lee <junlee@cloudflare.com>

    ---------

    Co-authored-by: Jun Lee <junlee@cloudflare.com>

commit ed1b99b
Author: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com>
Date:   Thu Jun 19 20:57:45 2025 +0100

    [Email Security] Update Egress IPs page (cloudflare#23124)

commit 166b27e
Author: Tyler Stanish <tystanish@gmail.com>
Date:   Thu Jun 19 14:32:58 2025 -0500

    Update Tanium S2S posture integration docs (cloudflare#23132)

    * Make it clear that the "Benchmark" Tanium entitlement is required
    * Add instructions for obtaining the REST API URL

commit 1d9b7c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jun 19 19:56:13 2025 +0100

    [Docs Site] Bump @cloudflare/workers-types (cloudflare#23107)

    Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workerd) from 4.20250603.0 to 4.20250618.0.
    - [Release notes](https://github.com/cloudflare/workerd/releases)
    - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
    - [Commits](https://github.com/cloudflare/workerd/commits)

    ---
    updated-dependencies:
    - dependency-name: "@cloudflare/workers-types"
      dependency-version: 4.20250618.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 5517573
Author: Mark J Miller <34665164+markjmiller@users.noreply.github.com>
Date:   Thu Jun 19 11:15:24 2025 -0600

    docs: add info about workers bundling (cloudflare#23126)

    Co-authored-by: Cina Saffary <cina@cloudflare.com>
    Co-authored-by: Korinne Alpers <korinne@cloudflare.com>

commit 4bd4b2f
Author: Anni Wang <54481763+aninibread@users.noreply.github.com>
Date:   Thu Jun 19 13:04:00 2025 -0400

    Anni/autorag changelog 2 (cloudflare#23036)

    * changelog + docs updated

    * test

    * add metadata description

    * update the release note message

    * fix links

    * metadata filtering link fixed

    * metadata filtering link removal

    * Update src/content/docs/autorag/how-to/multitenancy.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/autorag/how-to/multitenancy.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/docs/autorag/configuration/metadata.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/changelog/autorag/2025-06-16-autorag-custom-metadata-and-context.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * Update src/content/changelog/autorag/2025-06-16-autorag-custom-metadata-and-context.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * small fixes

    * Update src/content/changelog/autorag/2025-06-16-autorag-custom-metadata-and-context.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    * update the dates

    * Update src/content/docs/autorag/configuration/metadata.mdx

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

    ---------

    Co-authored-by: Greg Brimble <gbrimble@cloudflare.com>

commit f2d9965
Author: TracyCloudflare <162505341+TracyCloudflare@users.noreply.github.com>
Date:   Thu Jun 19 12:30:22 2025 -0400

    Update sales-tax.mdx (cloudflare#23127)

    Added in a note for Maryland's new technology tax.

commit 5d4bad5
Author: Thomas Gauvin <35609369+thomasgauvin@users.noreply.github.com>
Date:   Thu Jun 19 11:29:35 2025 -0400

    Update use-node-postgres-to-make-query.mdx (cloudflare#23120)

commit 129dff0
Author: Hannes <105781579+hannes-cf@users.noreply.github.com>
Date:   Thu Jun 19 16:28:42 2025 +0200

    Add changelog entry for account level DNS analytics (cloudflare#23101)

    * Add changelog entry for Internal DNS UI beta release

    * Add internal dns beta ui screenshot

    * Add Enterprise-only note

    * Moved image to the right directory

    * Update 2025-06-16-internal-dns-beta-ui.mdx

    * Update 2025-06-16-internal-dns-beta-ui.mdx

    * Add changelog entry for account level DNS analytics

    * Update date

    * add 'launch in explorer' button

    ---------

    Co-authored-by: hannes <hannesg256@gmail.com>
    Co-authored-by: Nikita Cano <48366124+nikitacano@users.noreply.github.com>
    Co-authored-by: Kody Jackson <kody.s.jackson@gmail.com>

commit 1e4c9fe
Author: Nic <123965403+ngayerie@users.noreply.github.com>
Date:   Thu Jun 19 15:57:40 2025 +0200

    [Support] Update error-524.mdx (cloudflare#23043)

    * [Support] Update error-524.mdx

    SPM-2855

    * Update error-524.mdx

    * Update error-524.mdx

    * Update error-524.mdx

commit 728882a
Author: dledfordcf <158224609+dledfordcf@users.noreply.github.com>
Date:   Thu Jun 19 08:43:51 2025 -0500

    Adjusted steps to get to tunnels page to match new UI (cloudflare#23084)

    Dev docs still has tunnels under Access > Tunnels, this has been moved to Networks > Tunnels. Updated dev docs to reflect this

commit d9a91d7
Author: Kody Jackson <kody@cloudflare.com>
Date:   Thu Jun 19 08:29:12 2025 -0500

    Update local-data.mdx (cloudflare#23119)

    brings forward cloudflare#23088 after merge conflict

commit 5a3d2f9
Author: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
Date:   Thu Jun 19 13:27:22 2025 +0000

    Clarify TypeScript usage and API details (cloudflare#23115)

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Hyperlint Automation Fix

    * Update src/content/docs/agents/model-context-protocol/mcp-servers-for-cloudflare.mdx

    ---------

    Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
    Co-authored-by: Kody Jackson <kody@cloudflare.com>

commit 1dbd17a
Author: Dario Piotrowicz <dario@cloudflare.com>
Date:   Thu Jun 19 14:15:47 2025 +0100

    Remove extra backticks from development-testing (cloudflare#23110)

commit f8dd64b
Author: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com>
Date:   Thu Jun 19 13:30:14 2025 +0100

    [Log Explorer] Updates (cloudflare#23117)

    * [Log Explorer] Updates

    * Fix link

    * Update src/content/docs/log-explorer/manage-datasets.mdx

    Co-authored-by: Jun Lee <junlee@cloudflare.com>

    ---------

    Co-authored-by: Jun Lee <junlee@cloudflare.com>

commit f7e45ba
Author: korinne <40270578+korinne@users.noreply.github.com>
Date:   Wed Jun 18 17:29:11 2025 -0700

    Adds changelog for remote bindings beta (cloudflare#23105)

    * adds changelog for remote bindings beta

    * adds changelog for remote bindings beta

    * small edits to copy

    * Update src/content/changelog/workers/2025-06-18-remote-bindings-beta.mdx

    Co-authored-by: Brendan Irvine-Broque <birvine-broque@cloudflare.com>

    * Update src/content/changelog/workers/2025-06-18-remote-bindings-beta.mdx

    Co-authored-by: Brendan Irvine-Broque <birvine-broque@cloudflare.com>

    * Update src/content/changelog/workers/2025-06-18-remote-bindings-beta.mdx

    Co-authored-by: Brendan Irvine-Broque <birvine-broque@cloudflare.com>

    * Update src/content/changelog/workers/2025-06-18-remote-bindings-beta.mdx

    Co-authored-by: Brendan Irvine-Broque <birvine-broque@cloudflare.com>

    ---------

    Co-authored-by: Brendan Irvine-Broque <birvine-broque@cloudflare.com>

commit 884a07e
Author: Patricia Santa Ana <103445940+patriciasantaana@users.noreply.github.com>
Date:   Wed Jun 18 16:38:41 2025 -0700

    [API Shield] components + light reorg (cloudflare#23112)

    * components + light reorg

    * broken links

    * redirects

    * waf broken link

commit 10cc60c
Author: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com>
Date:   Wed Jun 18 16:01:47 2025 -0700

    [CF1] DEX overview fix (cloudflare#23019)

    * [CF1] DEX overview fix

    * updates

    * overview revision

    * update

commit efd273f
Author: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com>
Date:   Wed Jun 18 16:00:55 2025 -0700

    [CF1] DoH and service tokens (cloudflare#23061)

    * [CF1] DoH and service tokens

    * final update

    * Update src/content/docs/cloudflare-one/connections/connect-devices/agentless/dns/dns-over-https.mdx

    Co-authored-by: James Royal <jroyal@cloudflare.com>

    ---------

    Co-authored-by: James Royal <jroyal@cloudflare.com>

commit c790e82
Author: Max Phillips <mphillips@cloudflare.com>
Date:   Wed Jun 18 15:54:03 2025 -0500

    Update availability (cloudflare#23111)

commit d82af88
Author: ranbel <101146722+ranbel@users.noreply.github.com>
Date:   Wed Jun 18 16:52:32 2025 -0400

    update Windows release notes (cloudflare#23104)

commit cf74e64
Author: simon-says <simon-says@users.noreply.github.com>
Date:   Wed Jun 18 19:14:42 2025 +0100

    Update change-password-or-email.mdx (cloudflare#23010)

    * Update change-password-or-email.mdx

    Clarify restrictions around changing email address / email verification

    * Update verify-email-address.mdx

    Clarify that you cannot change email address without first having a verified email

    * Update change-super-admin.mdx

    Clarification on needing a verified email to change super admin

    * Edits to align with style guide

    ---------

    Co-authored-by: Denise Pena <dpena@cloudflare.com>

commit facdfa3
Author: Kody Jackson <kody@cloudflare.com>
Date:   Wed Jun 18 12:51:22 2025 -0500

    Update CODEOWNERS (cloudflare#23102)

commit 971a48a
Author: Edmund Hung <me@edmund.dev>
Date:   Wed Jun 18 18:49:47 2025 +0100

    docs(vitest-pool-workers): update supported vitest versions (cloudflare#22962)

commit 51f64d1
Author: Somhairle MacLeòid <smacleod@cloudflare.com>
Date:   Wed Jun 18 18:23:30 2025 +0100

    Update index.mdx (cloudflare#23100)

commit 56dbb93
Author: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com>
Date:   Wed Jun 18 18:04:20 2025 +0100

    [Log Explorer] Log explorer docs (cloudflare#23049)

    * [Log Explorer] Log explorer docs

    * Adding redirects

    * Fixing codeowner file

    * Updating intro

    * Deleting sections and making updates

    * Adding manage datasets and api page + updates

    * Updates

    * add title

    * Apply suggestions from code review

    Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

    * Addressing Pedro suggestions

    ---------

    Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

commit bd9932d
Author: korinne <40270578+korinne@users.noreply.github.com>
Date:   Wed Jun 18 10:02:32 2025 -0700

    Adds draft docs for connecting to remote resources during local dev (hybrid dev) (cloudflare#22940)

    * adds draft docs for connecting to remote resources during local dev (hybrid dev)

    * Update src/content/docs/workers/local-development/index.mdx

    Co-authored-by: Pete Bacon Darwin <pete@bacondarwin.com>

    * Update src/content/docs/workers/local-development/index.mdx

    Co-authored-by: Pete Bacon Darwin <pete@bacondarwin.com>

    * updates overview pages, bindings-per-env for new hybrid dev

    * updates naming to remote bindings, adds API section

    * updates workers for platforms with remote bindings information

    * updates example config

    * Update src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/developing-with-wrangler.mdx

    Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>

    * Update src/content/docs/cloudflare-for-platforms/workers-for-platforms/get-started/developing-with-wrangler.mdx

    Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>

    * updates bindings comparison, small changes to wording

    * updates redirects

    ---------

    Co-authored-by: Pete Bacon Darwin <pete@bacondarwin.com>
    Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>

commit 4f78941
Author: simon-says <simon-says@users.noreply.github.com>
Date:   Wed Jun 18 17:59:16 2025 +0100

    Update zone-analytics.mdx (cloudflare#22784)

    * Update zone-analytics.mdx

    Updated "Traffic" to the new title "HTTP Traffic" and updated the list of filtering options

    * Update zone-analytics.mdx

    Clarification on JA3 and JA4 filters

commit 51f6791
Author: Somhairle MacLeòid <smacleod@cloudflare.com>
Date:   Wed Jun 18 17:44:57 2025 +0100

    Update CODEOWNERS (cloudflare#23098)

commit 30ce391
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jun 18 17:24:35 2025 +0100

    [Docs Site] Bump eslint from 9.28.0 to 9.29.0 (cloudflare#23055)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.28.0 to 9.29.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.28.0...v9.29.0)

    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 9.29.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 0fbaff5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jun 18 17:23:38 2025 +0100

    [Docs Site] Bump starlight-links-validator from 0.16.0 to 0.17.0 (cloudflare#23082)

    Bumps [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator) from 0.16.0 to 0.17.0.
    - [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases)
    - [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md)
    - [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/starlight-links-validator@0.17.0/packages/starlight-links-validator)

    ---
    updated-dependencies:
    - dependency-name: starlight-links-validator
      dependency-version: 0.17.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit afa77b4
Author: Kody Jackson <kody@cloudflare.com>
Date:   Wed Jun 18 11:18:39 2025 -0500

    [AIG] Providers out of beta (cloudflare#23096)

commit 5e70485
Author: Kian <kian@kian.org.uk>
Date:   Wed Jun 18 16:26:47 2025 +0100

    [Docs Site] Add ComponentUsage component (cloudflare#23095)

commit 49a2ae2
Author: Dominik Picheta <dominik@cloudflare.com>
Date:   Wed Jun 18 16:14:46 2025 +0100

    Add Python code to Durable Object get-started.mdx. (cloudflare#22602)

    * Add Python code to Durable Object get-started.mdx.

    * refactor TypeScriptExample change

    ---------

    Co-authored-by: Kian Newman-Hazel <kian@cloudflare.com>

commit 89687bd
Author: ranbel <101146722+ranbel@users.noreply.github.com>
Date:   Wed Jun 18 11:07:53 2025 -0400

    [ZT] Gateway proxy and global WARP settings in Terraform (cloudflare#23083)

    * enable gateway proxy

    * global warp settings

commit a9889ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jun 18 14:46:24 2025 +0100

    [Docs Site] Bump fast-xml-parser from 5.2.3 to 5.2.5 (cloudflare#23081)

    Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.2.3 to 5.2.5.
    - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
    - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
    - [Commits](NaturalIntelligence/fast-xml-parser@v5.2.3...v5.2.5)

    ---
    updated-dependencies:
    - dependency-name: fast-xml-parser
      dependency-version: 5.2.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 16d0eb9
Author: Kody Jackson <kody@cloudflare.com>
Date:   Wed Jun 18 08:23:14 2025 -0500

    [Docs AI] Add per-page option (cloudflare#23080)

    * [Docs AI] Add per-page option

    * Update title + icon

commit 8759297
Author: Kody Jackson <kody@cloudflare.com>
Date:   Wed Jun 18 08:16:29 2025 -0500

    [Workers AI] Model updates (cloudflare#23079)

commit a960a3a
Author: Ankur Aggarwal <Encore-Encore@users.noreply.github.com>
Date:   Wed Jun 18 03:39:13 2025 -0700

    2025-06-18-new-order-of-enforcement.mdx (cloudflare#23087)

    * 2025-06-17-new-order-of-enforcement.mdx

    Notify customers of the upcoming order of enforcement change.

    * Update 2025-06-17-new-order-of-enforcement.mdx

    ---------

    Co-authored-by: Nikita Cano <48366124+nikitacano@users.noreply.github.com>

commit eaaec2d
Author: marciocloudflare <83226960+marciocloudflare@users.noreply.github.com>
Date:   Wed Jun 18 11:30:36 2025 +0100

    [CNI] Classic CNI alerts (cloudflare#23092)

    * removed space

    * added alerts

    * refined text

    * added alert notifications yml

    * refined text

    * Apply suggestions from code review

    Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

    * removed examples

    ---------

    Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

commit e2cc996
Author: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
Date:   Wed Jun 18 11:12:13 2025 +0100

    [C4Plat] Add Render provider guide (cloudflare#23076)

commit 97ae19a
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Jun 18 09:58:03 2025 +0100

    [Docs Site] Update pinned api-schemas commit (cloudflare#23089)

    * [Docs Site] Update pinned api-schemas commit to 0ee88bf214f777c75c8694632aaf17e16650a20c

    ---------

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>

* Adding link to future blog

* Final round of fixes

* Adding WBA release note

---------

Co-authored-by: Patricia Santa Ana <103445940+patriciasantaana@users.noreply.github.com>
Co-authored-by: Thibault <thibmeu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product:bots Related to Bots product size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants