Chore: disable proxy trailing slash keep by default (#88842)

disable proxy trailing slash keep by default
This commit is contained in:
Timur Olzhabayev
2024-06-06 15:28:11 +02:00
committed by GitHub
parent 000b5dd6ea
commit 8690e97c92
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `alertingQueryOptimization` | Optimizes eligible queries in order to reduce load on datasources | |
| `betterPageScrolling` | Removes CustomScrollbar from the UI, relying on native browser scrollbars | Yes |
| `cloudWatchNewLabelParsing` | Updates CloudWatch label parsing to be more accurate | Yes |
| `pluginProxyPreserveTrailingSlash` | Preserve plugin proxy trailing slash. | Yes |
| `pluginProxyPreserveTrailingSlash` | Preserve plugin proxy trailing slash. | |
## Public preview feature toggles

View File

@@ -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
},
}
)