Skip to content

Commit 9a33976

Browse files
Update src/content/changelog/workers/2025-09-17-update-preview-url-setting.mdx
Co-authored-by: Greg Brimble <[email protected]>
1 parent c12b8cb commit 9a33976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-09-17-update-preview-url-setting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ date: 2025-09-17
77
To prevent the accidental exposure of applications, we've updated how Worker [preview URLs](/workers/configuration/previews/) (<PREVIEW>-<WORKER_NAME>.<SUBDOMAIN>.workers.dev) are handled. We made this change to ensure preview URLs are only active when intentionally configured, improving the default security posture of your Workers.
88

99
**What has changed:**
10-
- New Default Behavior: If a Worker's [`workers.dev`](/workers/configuration/routing/workers-dev/) route is disabled and its preview URL is not explicitly configured, the preview URL will now default to disabled. However, you can still explicitly enable the preview URL regardless of your `workers.dev` enablement status by doing `preview_urls = true`
10+
- New Default Behavior: If a Worker's [`workers.dev`](/workers/configuration/routing/workers-dev/) route is disabled and its preview URL is not explicitly configured, the preview URL will now default to disabled. However, you can still explicitly enable the preview URL regardless of your `workers.dev` enablement status by configuring it in the dashboard, or by setting `preview_urls = true` in your Wrangler configuration file.
1111
- One-Time Update for Existing Workers: We performed a one-time update to disable preview URLs on existing Workers with a disabled `workers.dev` route. This ensures an explicit opt-in is required going forward.
1212
- Re-enabling Preview URLs: If your preview URL was disabled, you can re-enable it through the Worker's settings page in the dashboard or by updating the Worker's configuration file and deploying with Wrangler (minimum of version 4.34.0).

0 commit comments

Comments
 (0)