Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotSameOriginAfterDefaultedToSameOriginByCoep on rs.fullstory.com/rec/integrations?OrgId=xxx #107

Open
pcorless opened this issue Nov 2, 2021 · 0 comments

Comments

@pcorless
Copy link

pcorless commented Nov 2, 2021

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

t.injectIntegrationScript @ fs.js:3
  t.handleIntegrationScript @
  (anonymous) @
  (anonymous) @
  (anonymous) @
  (anonymous) @
  h @
  (anonymous) @
  (anonymous) @
  u.onreadystatechange @
  XMLHttpRequest.send (async)  
  (anonymous) @
  co @
  e.post @
  e.page @
  t.start @
  o @
  o.deferredStart @
  e.restart @
  (anonymous) @

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant