Beginning today (or at least we noticed today) we started getting CORS errors from our embedded VideoAsk videos trying to reach https://api.videoask.com/gnikcart. I believe this is some kind of event tracking that the embedded video player is trying to trigger.
trackSharingPageEvent CancelledRequestError: NetworkError when attempting to fetch resource.
trackCustomError: ignoring gTRACK SHARING PAGE EVENT] CancelledRequestError
Object { event: "ab_test", authorId: "...", properties: {…} }
CancelledRequestError: NetworkError when attempting to fetch resource.
g index.js:141
k _app.js:197
c custom-errors.js:96
y request.js:126
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.videoask.com/gnikcart. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200
It’s creating a lot of noise in the console. Is there a way to suppress these tracking attempts?