Disable sandboxed_mermaid feature flag by default
What does this MR do and why?
Reverts !78283 (merged)
Enabling sandboxed_mermaid
feature flag caused a regression issue with self-hosted instances.
The reason for the issue is that we have X-FRAME-OPTIONS
set as DENY
by default, which would not allow meramid iframe (from the same origin) to be rendered. !79043 (diffs) should fix that but this MR disables the feature flag in the meantime.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Dheeraj Joshi