Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(site/src): use the browser-only bullets from the copy doc - #28434

Merged
david-fraley merged 2 commits into
mainfrom
dfraley/security-paywall-bullets
Aug 21, 2026
Merged

fix(site/src): use the browser-only bullets from the copy doc#28434
david-fraley merged 2 commits into
mainfrom
dfraley/security-paywall-bullets

Conversation

@david-fraley

@david-fraley david-fraley commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

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/security browser-only connections row after #28339 was written, so that paywall was still falling back to the generic PREMIUM_FEATURES list ("High availability & workspace proxies", "24x7 global support with SLA", etc.).

  • Bullets now match the doc: "Restrict access to web-based connections", "Block SSH and port-forward entirely", "Enforce browser-only compliance policies".
  • The description already matched the doc; it was a multi-line JSX string literal that embedded a newline and tabs, so it is now a single line.
  • The section's "Read the docs" button already points at /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:

Restrict access to web-based connections -> 1
Block SSH and port-forward entirely      -> 1
Enforce browser-only compliance policies -> 1
24x7 global support with SLA             -> 0

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.

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.
@david-fraley
david-fraley merged commit 9ce4229 into main Aug 21, 2026
30 checks passed
@david-fraley
david-fraley deleted the dfraley/security-paywall-bullets branch August 21, 2026 16:24
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants