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 CORS headers for scripted cross-origin access #81

Merged
merged 1 commit into from Oct 22, 2017
Merged

Conversation

sideshowbarker
Copy link
Contributor

To enable scripted access to the CSS validator from frontend JavaScript code
running in a browser, this change makes the CSS validator send back the
necessary Access-Control-Allow-Origin, Access-Control-Allow-Headers,
Access-Control-Allow-Methods, and Access-Control-Max-Age response headers.

See https://stackoverflow.com/q/46855633/441757

To enable scripted access to the CSS validator from frontend JavaScript code
running in a browser, this change makes the CSS validator send back the
necessary Access-Control-Allow-Origin, Access-Control-Allow-Headers,
Access-Control-Allow-Methods, and Access-Control-Max-Age response headers.

See https://stackoverflow.com/q/46855633/441757
@ylafon ylafon merged commit 1d9576a into master Oct 22, 2017
@sideshowbarker sideshowbarker deleted the add-cors-headers branch October 22, 2017 14:29
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

Successfully merging this pull request may close these issues.

None yet

2 participants