mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: remove ai tasks from experiment (#18511)
Closes https://github.com/coder/internal/issues/661
This commit is contained in:
@ -1544,7 +1544,6 @@ func New(options *Options) *API {
|
||||
// Add CSP headers to all static assets and pages. CSP headers only affect
|
||||
// browsers, so these don't make sense on api routes.
|
||||
cspMW := httpmw.CSPHeaders(
|
||||
api.Experiments,
|
||||
options.Telemetry.Enabled(), func() []*proxyhealth.ProxyHost {
|
||||
if api.DeploymentValues.Dangerous.AllowAllCors {
|
||||
// In this mode, allow all external requests.
|
||||
|
Reference in New Issue
Block a user