mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: disable proxy trailing slash keep by default (#88842)
disable proxy trailing slash keep by default
This commit is contained in:
@@ -1289,7 +1289,7 @@ var (
|
||||
Description: "Preserve plugin proxy trailing slash.",
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
Owner: grafanaPluginsPlatformSquad,
|
||||
Expression: "true", // enabled by default
|
||||
Expression: "false", // disabled by default
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user