fix(site/src): use the browser-only bullets from the copy doc - #28434
Merged
Conversation
The browser-only connections paywall on /deployment/security fell back to the generic PREMIUM_FEATURES list. Use the bullets from the Premium Copy Updates doc, and add a paywalled story so the state is covered.
mattvollmer
approved these changes
Aug 21, 2026
jeremyruppel
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DR: this paywall was listing the wrong reasons to buy Premium. Now it lists the right ones.
The Premium Copy Updates doc gained copy for the
/deployment/securitybrowser-only connections row after #28339 was written, so that paywall was still falling back to the genericPREMIUM_FEATURESlist ("High availability & workspace proxies", "24x7 global support with SLA", etc.)./admin/networking#browser-only-connections, which is the doc's Learn more URL. No change needed.Proof
From a local dev deployment with no license. DOM assertions against the same page:
pnpm exec tsc --noEmit,pnpm exec biome check src, and the page's Storybook tests pass.Generated by Coder Agents on behalf of @david-fraley.