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

Serve JavaScript from GitHub Pages. #298

Merged
merged 1 commit into from Mar 21, 2014
Merged

Conversation

mikewest
Copy link
Member

'raw.github.com' serves JavaScript as text/plain, and includes headers
which prevent browsers like Chrome and IE from sniffing those resources
into something executable.

Replacing the 'raw.github.com' URL with the 'darobin.github.io' version
allows UI affordances like 'Save' to properly download and execute new
resources.

'raw.github.com' serves JavaScript as text/plain, and includes headers
which prevent browsers like Chrome and IE from sniffing those resources
into something executable.

Replacing the 'raw.github.com' URL with the 'darobin.github.io' version
allows UI affordances like 'Save' to properly download and execute new
resources.
@darobin
Copy link
Member

darobin commented Mar 20, 2014

That's the way we originally had it, but we ran into problems with the HTTPS on GH sites being regularly broken. It seems to work right now, but I'm still a bit worried. Do you know if it's become stable?

@darobin
Copy link
Member

darobin commented Mar 21, 2014

Ok, it seems that those problems are now fixed. Applying, thanks!

darobin added a commit that referenced this pull request Mar 21, 2014
Serve JavaScript from GitHub Pages.
@darobin darobin merged commit 472c081 into w3c:develop Mar 21, 2014
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