You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work on an app that takes advantage of CORS policies/headers and fullstory works as expected. However we've recently noticed an error in our browser logs when loading https://edge.fullstory.com/s/fs.js.
The happens when we call restart() on full story. My hunch is that fs.js isn't including the "r.crossOrigin = 'anonymous';" when building out the script to download the url above. Any thoughts?
The text was updated successfully, but these errors were encountered:
I work on an app that takes advantage of CORS policies/headers and fullstory works as expected. However we've recently noticed an error in our browser logs when loading https://edge.fullstory.com/s/fs.js.
fs.js:3 GET https://rs.fullstory.com/rec/integrations?OrgId=xxxx net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200
The happens when we call restart() on full story. My hunch is that fs.js isn't including the "r.crossOrigin = 'anonymous';" when building out the script to download the url above. Any thoughts?
The text was updated successfully, but these errors were encountered: