You shouldn't hotlink someone else's JavaScript
beta.whatispolymath.com
You shouldn't hotlink someone else's JavaScript
1–10 of 102 posts
Re: You shouldn't hotlink someone else's JavaScript
#2That 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
#3Re: You shouldn't hotlink someone else's JavaScript
#4Re: You shouldn't hotlink someone else's JavaScript
#5Check for referal headers and throw a 301.
Re: You shouldn't hotlink someone else's JavaScript
#6Re: You shouldn't hotlink someone else's JavaScript
#7Lots 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
#8Ok 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.
Re: You shouldn't hotlink someone else's JavaScript
#9Ok 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.