window.top.location.href access permission
Hi guys,
Recently with the latest update I can't access `window.top.location.href` from within my iframe. This was working in a previous illustrator version. I understand that adobe is hosted locally and if I have a web iframe it won't be able to access it in a normal browser. However, we need this because some SSO providers don't like to be run within iframe setting and they will attempt to modify top level window.
Is there any option to restore access to `window.top.location.href` as it was available in previous versions?
I have the following parameters for CEFCommandLine.
<CEFCommandLine>
<Parameter>--enable-nodejs</Parameter>
<Parameter>--mixed-context</Parameter>
<Parameter>--persist-session-cookies</Parameter>
</CEFCommandLine>
