Prior to 11.5 I was able to embed selected orion views on other webpages using iframes with a simple html as below. After upgrading to 11.5 I'm getting "This content cannot be displayed in a frame". Any knows how to get this going again.
<html>
<body>
<iframe src="http://10.10.10.10/Orion/SummaryView.aspx?ViewID=56&isNOCView=true" width="1300" height="1200">
</iframe>
</body>
</html>