Hi, thanks for the project.
I found that enabling this extension (RSC_Detector) can break Google Chrome’s built-in Translate on some pages. In a normal Chrome window, translation fails and the DevTools console shows a CORS error related to Google Analytics. In Incognito (where the extension is disabled), translation works normally.
What I see
When translating (example page below), DevTools shows:
Access to XMLHttpRequest at 'https://www.google-analytics.com/j/collect?...'from origin 'https://www.acunetix.com' has been blocked by CORS policy:The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*'when the request's credentials mode is 'include'.The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
Thanks!