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

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
SettingsHeaderDocsLink,
SettingsHeaderTitle,
} from "#/components/SettingsHeader/SettingsHeader";
import { PremiumPaywallSmall } from "#/modules/paywall/PremiumPaywallSmall";
import {
deploymentGroupHasParent,
useDeploymentOptions,
Expand Down Expand Up @@ -77,20 +76,6 @@ export const SecuritySettingsPageView: FC<SecuritySettingsPageViewProps> = ({
/>
</SettingsHeaderDescription>
</SettingsHeader>

{!featureBrowserOnlyEnabled ? (
<PremiumPaywallSmall
source="browser_only"
message="Browser-Only Connections"
description="Block all workspace access via SSH, port forward, and other non-browser connections."
features={[
"Restrict access to web-based connections",
"Block SSH and port-forward entirely",
"Enforce browser-only compliance policies",
]}
canViewPremium
/>
) : null}
Comment on lines -81 to -93

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Image

</div>

{tlsOptions.length > 0 && (
Expand Down
Loading