I am getting a error in my code that only seems to happen on Chrome version 67+ on Android only. I am not having this problem on any other platform using Chrome. This happens occasionally.
Error Message:
SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules.
In terms of where the error happens, one only solid traces I've seen in breadcrumbs is HTMLLinkElement.cleanupVisited
.
I've seen the mentioned error talked about in the context of the new Chrome 64+ CORs changes but my css is served on the same domain and I am not calling .cssRules() api's anywhere in my source code.
Anyone else seeing the same thing?