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="10.10.10.10/.../SummaryView.aspx" width="1300" height="1200">
</iframe>
</body>
</html>