You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codersdk/deployment.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1170,7 +1170,7 @@ when required by your organization's security policy.`,
1170
1170
// ☢️ Dangerous settings
1171
1171
{
1172
1172
Name: "DANGEROUS: Allow all CORs requests",
1173
-
Description: "For security reasons, CORs requests are blocked. If external requests are required, setting this to true will set all cors headers as '*'. This should never be used in production.",
1173
+
Description: "For security reasons, CORs requests are blocked except between workspace apps owned by the same user. If external requests are required, setting this to true will set all cors headers as '*'. This should never be used in production.",
1174
1174
Flag: "dangerous-allow-cors-requests",
1175
1175
Env: "CODER_DANGEROUS_ALLOW_CORS_REQUESTS",
1176
1176
Hidden: true, // Hidden, should only be used by yarn dev server
0 commit comments