Skip to content

Commit 7d831ec

Browse files
Bring changes from 'production' and fix conflict
2 parents 99be4e6 + 22a030c commit 7d831ec

File tree

121 files changed

+723
-299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+723
-299
lines changed

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@astrojs/starlight": "0.35.1",
3636
"@astrojs/starlight-docsearch": "0.6.0",
3737
"@astrojs/starlight-tailwind": "4.0.1",
38-
"@cloudflare/vitest-pool-workers": "0.8.56",
38+
"@cloudflare/vitest-pool-workers": "0.8.57",
3939
"@cloudflare/workers-types": "4.20250718.0",
4040
"@codingheads/sticky-header": "1.0.2",
4141
"@expressive-code/plugin-collapsible-sections": "0.41.3",
@@ -57,7 +57,7 @@
5757
"@types/react-dom": "19.0.4",
5858
"@typescript-eslint/parser": "8.38.0",
5959
"algoliasearch": "5.34.1",
60-
"astro": "5.12.0",
60+
"astro": "5.12.3",
6161
"astro-breadcrumbs": "3.3.1",
6262
"astro-icon": "1.1.5",
6363
"astro-live-code": "0.0.6",

public/__redirects

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@
956956
/load-balancing/local-traffic-management/ltm-magic-wan/ /load-balancing/private-network/magic-wan/ 301
957957

958958
# logs
959-
/logs/log-fields/ /logs/reference/log-fields/ 301
959+
/logs/log-fields/ /logs/logpush/logpush-job/datasets/ 301
960960
/logs/logpull-api/ /logs/logpull/ 301
961961
/logs/logpull-api/requesting-logs/ /logs/logpull/requesting-logs/ 301
962962
/logs/logpush/aws-s3/ /logs/logpush/logpush-job/enable-destinations/aws-s3/ 301
@@ -2142,6 +2142,7 @@
21422142
/cloudflare-one/policies/filtering/enforce-sessions/ /cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/ 301
21432143
/cloudflare-one/policies/zero-trust/policy-management/ /cloudflare-one/policies/access/policy-management/ 301
21442144
/cloudflare-one/policies/filtering/dns-policies-builder/ /cloudflare-one/policies/gateway/dns-policies/ 301
2145+
/cloudflare-one/policies/gateway/http-policies/websocket/ /cloudflare-one/policies/gateway/http-policies/common-policies/#filter-websocket-traffic 301
21452146
/cloudflare-one/cloudflare-teams-roles-permissions/ /cloudflare-one/roles-permissions/ 301
21462147
/cloudflare-one/technical-limitations/ /cloudflare-one/account-limits/ 301
21472148
/support/traffic/argo-tunnel/ /cloudflare-one/connections/connect-networks/ 301
@@ -2215,6 +2216,7 @@
22152216
/fundamentals/setup/manage-domains/* /fundamentals/manage-domains/:splat 301
22162217
/fundamentals/setup/manage-members/* /fundamentals/manage-members/:splat 301
22172218
/logs/get-started/enable-destinations/* /logs/logpush/logpush-job/enable-destinations/:splat 301
2219+
/logs/reference/log-fields/* /logs/logpush/logpush-job/datasets/:splat 301
22182220

22192221
# Cloudflare One / Zero Trust
22202222
/cloudflare-one/connections/connect-networks/install-and-setup/tunnel-guide/local/as-a-service/* /cloudflare-one/connections/connect-networks/configure-tunnels/local-management/as-a-service/:splat 301
202 KB
Loading
24.3 KB
Loading
36.4 KB
Loading
133 KB
Loading

src/content/changelog/access/2025-01-15-ssh-logs-and-logpush.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ date: 2025-01-15
88
Only available on Enterprise plans.
99
:::
1010

11-
Cloudflare now allows you to send SSH command logs to storage destinations configured in [Logpush](/logs/logpush/), including third-party destinations. Once exported, analyze and audit the data as best fits your organization! For a list of available data fields, refer to the [SSH logs dataset](/logs/reference/log-fields/account/ssh_logs/).
11+
Cloudflare now allows you to send SSH command logs to storage destinations configured in [Logpush](/logs/logpush/), including third-party destinations. Once exported, analyze and audit the data as best fits your organization! For a list of available data fields, refer to the [SSH logs dataset](/logs/logpush/logpush-job/datasets/account/ssh_logs/).
1212

1313
To set up a Logpush job, refer to [Logpush integration](/cloudflare-one/insights/logs/logpush/).

src/content/changelog/browser-isolation/2025-03-03-user-action-logging.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: User action logs for Remote Browser Isolation
44
date: 2025-03-04
55
---
66

7-
We're excited to announce that new logging capabilities for [Remote Browser Isolation (RBI)](/cloudflare-one/policies/browser-isolation/) through [Logpush](/logs/reference/log-fields/account/) are available in Beta starting today!
7+
We're excited to announce that new logging capabilities for [Remote Browser Isolation (RBI)](/cloudflare-one/policies/browser-isolation/) through [Logpush](/logs/logpush/logpush-job/datasets/account/) are available in Beta starting today!
88

99
With these enhanced logs, administrators can gain visibility into end user behavior in the remote browser and track blocked data extraction attempts, along with the websites that triggered them, in an isolated session.
1010

src/content/changelog/browser-rendering/2025-07-22-br-local-dev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ You can now run your Browser Rendering locally using `npx wrangler dev`, which s
1010

1111
![Local Dev video](~/assets/images/browser-rendering//localshorterbrowserrendering.gif)
1212

13-
Get started with this [example guide](/browser-rendering/workers-bindings/screenshots/) that shows how to use Cloudflare's [fork of Puppeteer](/browser-rendering/platform/puppeteer/) to take screenshots of webpages and store the results in [Workers KV](/kv/).
13+
Get started with this [example guide](/browser-rendering/workers-bindings/screenshots/) that shows how to use Cloudflare's [fork of Puppeteer](/browser-rendering/platform/puppeteer/) (you can also use [Playwright](/browser-rendering/platform/playwright/)) to take screenshots of webpages and store the results in [Workers KV](/kv/).

0 commit comments

Comments
 (0)