Chore: Removes remaining occurrences of angular_support_enabled (#111305)

This commit is contained in:
Hugo Häggmark
2025-09-19 07:11:11 +02:00
committed by GitHub
parent 6563de7e46
commit 0e7a5ffc86
3 changed files with 0 additions and 20 deletions
@@ -792,20 +792,6 @@ The following example limits access to the backend of a single plugin:
`actions_allow_post_url=/api/plugins/grafana-special-app`
<hr />
#### `angular_support_enabled`
This is set to false by default, meaning that the angular framework and support components aren't loaded.
This means that all [plugins](../../developers/angular_deprecation/angular-plugins/) and core features that depend on angular support won't work.
The core features that depend on angular are:
- Old graph panel
- Old table panel
These features each have supported alternatives, and we recommend using them.
#### `csrf_trusted_origins`
List of additional allowed URLs to pass by the CSRF check. Suggested when authentication comes from an IdP.