mshetty27
Results
1
comments of
mshetty27
There is a method in "/src/common/utils/Utils.js" called updatePageTitle. It does a window.parent.postMessage as it should do when communicating with a cross orgin window. However, it accesses "window.parent.location.origin" while setting the...