[Embedded form] Add the code to check if localStorage is accessible
When a form is embeded in a web site and Chrome cookie setting is set to "Block third-party cookies", JavaScript error below happens.
"DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document."
As a result, the form is not displayed at all on our web page.
1
vote
Shino Watanabe
shared this idea