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
What happened:
I upgraded my Grafana version from 9.2.6 to 9.3.1 and unlike before, Angular keywords are now possible again in my browser's developer tools (see Screenshots). Although the config option "angular_support_enabled" is set to false.
What you expected to happen:
My expectation would be that even in a newer Grafana version Angular is not usable if this is disabled per config.
How to reproduce it (as minimally and precisely as possible): docker run -d -p 3000:3000 -v $PWD/etc/grafana.ini:/etc/grafana/grafana.ini grafana/grafana:9.3.1
grafana.ini : angular_support_enabled = false
Anything else we need to know?:
9.2.6:
9.3.1:
I have searched the documentation, community, release notes, changelogs etc. but have not found a change that plausibly explains this change in Grafana's behavior. If I have missed something, I would appreciate a message. Thanks in advance. 👋
Environment:
Grafana version: 9.3.1
Data source type & version: -
OS Grafana is installed on: Docker Image from Docker Hub
User OS & Browser: Ubuntu 22.04.1 LTS; Browser: 109.0 (64-bit) Mozilla Firefox
Grafana plugins: -
Others: Docker version 20.10.22
The text was updated successfully, but these errors were encountered:
What happened:
I upgraded my Grafana version from 9.2.6 to 9.3.1 and unlike before, Angular keywords are now possible again in my browser's developer tools (see Screenshots). Although the config option "angular_support_enabled" is set to false.
What you expected to happen:
My expectation would be that even in a newer Grafana version Angular is not usable if this is disabled per config.
How to reproduce it (as minimally and precisely as possible):
docker run -d -p 3000:3000 -v $PWD/etc/grafana.ini:/etc/grafana/grafana.ini grafana/grafana:9.3.1
grafana.ini :
angular_support_enabled = false
Anything else we need to know?:
9.2.6:
9.3.1:
I have searched the documentation, community, release notes, changelogs etc. but have not found a change that plausibly explains this change in Grafana's behavior. If I have missed something, I would appreciate a message. Thanks in advance. 👋
Environment:
The text was updated successfully, but these errors were encountered: