latest 3 messages by insaneinside
+
[2015-03-09T01:19:03Z]
insaneinside
hrm: or maybe my browser just wants some headers on my own site that I'm not sending.
+
[2015-03-09T00:59:08Z]
insaneinside
milki: I probably *could*, though it seems a little overkill to do so.
+
[2015-03-09T00:36:32Z]
insaneinside
I'm looking to integrate something like my GH profile's "public activity" feed into my website; the obvious solution is to just fetch it from GitHub via XMLHttpRequest and render it with JS, but it looks like GH's cross-origin security policy disallows this. What's the recommended way to do this?