Skip to main content

Variable: EXTERNAL_OPEN_HTTPS_REQUIRED_REASON

const EXTERNAL_OPEN_HTTPS_REQUIRED_REASON: "must use https";

Defined in: electron/services/shell/validatedExternalOpen.ts:20

Canonical reason string used when HTTPS is required.

Remarks

Exported to avoid magic-string comparisons at call sites that need to preserve legacy error messaging.