We have just moved from OBIEE 12.2.1.2 to 12.2.1.4 and now when displaying OBIEE in an iFrame we no longer have the top menu bar.
This is .2 version that works

This is the .4 version that does not work.

I have this in the instanceconfig.xml file:
<Security>
<InIFrameRenderingMode>allow</InIFrameRenderingMode>
<ClientSessionExpireMinutes>210</ClientSessionExpireMinutes>
<CheckUrlFreshness>false</CheckUrlFreshness>
</Security>
What am I missing?? Is there another configuration file I need to update?