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

Add crossOrigin option #362

Merged
merged 2 commits into from
Aug 10, 2015

Commits on Aug 10, 2015

  1. Add crossOrigin option

    Automatically detecting whether the crossOrigin option is needed is unreliable
    as outlined in this SO answer: http://stackoverflow.com/a/9569822/315562
    chrisirhc committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    ed0a23a View commit details
    Browse the repository at this point in the history
  2. should handle empty string crossOrigin

    Expected behavior when empty string is given should be that of the
    'anonymous' string.
    
    Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes
    chrisirhc committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    8d2a68b View commit details
    Browse the repository at this point in the history