Moodle Version: 3.7.1+ (Build 20190718)
Theme: Adaptable 2.1.0
I have recently updated to the lastest version of Moodle. As an administrator when I load pages that have images that are base64 encoded (ie. <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0....) they display without issue for me. But if I log in as a student or a teacher these images do not display.
In addition, if I log in as a teacher and turn editing on, go to the "part" that has the base64 image I can see it just fine within the editor. It just won't display when I'm viewing it at the course level.
Lastly, as a teacher if I look at the html where the image should be loaded there is typically just an empty <P></P> whereas as an admin the base64 image is loaded between the paragraph tags. Is this a setting or permission that needs to be toggled on?