My website www.abc.com
I am using iframe in www.abc.com with <iframe src="www.xyz.com"></iframe>
I am facing the below issue
Issue :
Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
How to solve the issue with only using source code (Angularjs(V 1.X), Javascript, jQuery, HTML), without touching browser settings manually.
Is there any way to change browser settings(set allow cookies) via source code or server side settings?
www.abc.com , www.xyz.com both website localstorage used indivudually, I am not accessing localstorage from one website to other.
When i open the iframe page i am facing the issue "Failed to read the 'localStorage' property from 'Window': Access is denied for this document."