Y
Hacker News
new
|
ask
|
show
|
jobs
by
trqx
2690 days ago
Nowadays even image hosting services (imgur, ...) act like they don't know how to display an image without having to resort to javascript.
1 comments
tniemi
2690 days ago
I think that is mainly because of content control. Plain hotlinking is technologically simple, but a bad business practice.
link
hawski
2690 days ago
Wouldn't checking the HTTP referer server side fix hotlinking issues once and for all without any JavaScript?
link
marcosdumay
2690 days ago
The referrer can be gamed, but it's not something you can't solve by combining it with cookies.
link