ckeditor-autocorrect-plugin
ckeditor-autocorrect-plugin copied to clipboard
SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent.
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.