ckeditor-autocorrect-plugin icon indicating copy to clipboard operation
ckeditor-autocorrect-plugin copied to clipboard

SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent.

Open morganney opened this issue 9 years ago • 0 comments

Hi there. We're getting "SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent." errors from errorception.

I believe its due to your use of localStorage and not wrapping its use in a try/catch block. Some user agents have a default security policy to not allow localStorage usage.

I've submitted a PR that I believe will fix this.

morganney avatar Feb 09 '16 18:02 morganney