HN user

waawal

346 karma

https://github.com/waawal

Posts6
Comments4
View on HN
To www or not www 9 years ago

Does this anycasted ip actually serve the html page/assets or does it reply with a redirect to a "stable" ip announced from the same pop for actually serving the assets?

DevDocs 13 years ago

This is really great! I will probably use this.

Thanks

Rawgithub.com 13 years ago

"We added the X-Content-Type-Options: nosniff header to our raw URL responses way back in 2011 as a first step in combating hotlinking. This has the effect of forcing the browser to treat content in accordance with the Content-Type header. That means that when we set Content-Type: text/plain for raw views of files, the browser will refuse to treat that file as JavaScript or CSS."

https://github.com/blog/1482-heads-up-nosniff-header-support...