Live data from Hacker News

You shouldn't hotlink someone else's JavaScript

beta.whatispolymath.com

1–10 of 102 posts

Re: You shouldn't hotlink someone else's JavaScript

#2
The hotlinked js in question is: http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js

That is a neat way to communicate ;)

Polymath sounds like a cool idea BTW, but probably difficult to monetize. Somebody must pay the tutors for producing/curating the content, but people have gotten so used to educational material being free...

Re: You shouldn't hotlink someone else's JavaScript

#6
Lots of services out there like browser-update.org tell you to load snippets of js over http from some random location they control. It's pretty unsafe unless you really know who's running the show over there and how secure their system is. Them being compromise could make every user site vulnerable.

Re: You shouldn't hotlink someone else's JavaScript

#7

Lots of services out there like browser-update.org tell you to load snippets of js over http from some random location they control. It's pretty unsafe unless you really know who's running the show over there and how secure their system is. Them being compromise could make every user site vulnerable.

There is of course the maintenance issue... what happens when their script is updated and breaks how you use it?

Re: You shouldn't hotlink someone else's JavaScript

#8
post #5

Ok there is a better way to handle this than adding some html to a page to make a banner, posting to HN, and hoping for the best. Check for referal headers and throw a 301.

I hope referrals will be disabled anytime soon. Firefox has AFAIK disable referrals to other domains by default.

Re: You shouldn't hotlink someone else's JavaScript

#9
post #5

Ok there is a better way to handle this than adding some html to a page to make a banner, posting to HN, and hoping for the best. Check for referal headers and throw a 301.

Or just send the owner an email: http://www.whois.com/whois/whatispolymath.com
Post reply on HN