Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

7
votes
7answers
3k views

Is there a version of jQuery somewhere that I can hotlink to without hosting the file?

Just wondering if there's a website out there that allows you to hotlink to the latest version of jquery. Does Google code allow you, or does jQuery.com itself? What I'm not looking for is a site ...
5
votes
3answers
645 views

Preventing Amazon Cloudfront hotlinking

I use Amazon Cloudfront to host all my site's images and videos, to serve them faster to my users which are pretty scattered across the globe. I also apply pretty aggressive forward caching to the ...
4
votes
3answers
948 views

Google Storage or Amazon S3 or Google App Engine BlobStore

I am going to build a site using Google App Engine. My public site contains thousands of pictures. I want to store these pictures in the Cloud: Google Storage or Amazon S3 or Google App Engine ...
4
votes
1answer
642 views

Flash in Firefox does not send the HTTP REFERER value

In IE and Chrome, if your swf object requests a url (mp3 file for example) it will also pass the HTTP_REFERER in the request. The HTTP_REFERER will be the url of the swf object. This does not happen ...
4
votes
1answer
484 views

How to implement hotlinking prevention in Google App Engine

My application is on GAE and I'm trying to figure out how to prevent hotlinking of images dynamically served (e.g. /image?id=E23432E) in Python. Please advise.
3
votes
2answers
134 views

Does Google Images allow hotlinking?

I wrote a script that uses the Google Images JSON API to automatically fetch thumbnails for posts. I'm currently linking directly to the thumbnail (eg. ...
3
votes
2answers
118 views

More Eyeballs on my Poor mod_rewrite Attempt Please

We're changing the way users embed images in their blogs, but I need to make sure previously embedded images are still displayed. I'm trying to redirect legacy image embed links to either a static ...
3
votes
2answers
557 views

Can I hide an image path on asp.net page without http Handler?

I have many static images under a directory in my site structure, and I'm not concerned with hotlinking or copy-protecting the images. For a myriad of reasons, what I need to do is not show the image ...
3
votes
5answers
898 views

How to prevent image hotlink from your ASP.NET site?

What is the best/simplest way to prevent people hotlinking to images from my hosted ASP.NET website? I don't need to prevent all images/resources from hotlinking, I just want to prevent hotlinking to ...
2
votes
1answer
22 views

Is there something wrong with my Amazon S3 bucket policy?

I am trying to block hotlinking of my Cloudfront files from specific domains. Through a combination of online examples and Amazon's own policy generator, I have come up with this: { "Version": ...
2
votes
8answers
271 views

Is it bad to hotlink jQuery from jquery.com?

This will probably get a pretty nasty response, but my server isn't the fastest at the moment, and my site loads much faster if I hotlink from the jQuery homepage so they server the content. Is this ...
2
votes
5answers
960 views

Performance: Absolute vs. Relative URLs

What's faster? Hot linking (inline linking) to an absolute URI or hosting the resource yourself and using a relative URI? In his tutorial on how to style HTML5 elements in Internet Explorer, Remy ...
2
votes
4answers
399 views

Efficient Method for Preventing Hotlinking via .htaccess

I need to confirm something before I go accuse someone of ... well I'd rather not say. The problem: We allow users to upload images and embed them within text on our site. In the past we allowed ...
2
votes
2answers
836 views

How to download hotlink protected images?

I want to download images from other websites that are hotlink protected. I don't want to link those images to my website. I just wanted to download them.
2
votes
2answers
952 views

Allow/deny image hotlinking with .htaccess

So I've got this in my site .htaccess file to prevent hotlinking of images, JS and CSS from all other domains. RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} ...
2
votes
1answer
717 views

Apache .htaccess hotlinking redirect

I am trying to create a redirection when someone hotlinks images in one directory on my site. If someone hotlinks an image, I want to redirect them to a corresponding image (same file name) in a ...
1
vote
1answer
96 views

Dynamically resample hotlinked images using php

I have an images directory, some with massive resolutions, so I'd like to serve a much lower resolution version if they get hotlinked and I'm also overlaying a repeating image (like a watermark) ...
1
vote
4answers
347 views

PHP: How can I block direct URL access to a file, but still allow it to be downloaded by logged in users?

I have a website where users should be able to log in and listen to a song (a self-created mp3). I want to make it so the logged in user can listen/download/whatever, and the file should reside on ...
1
vote
1answer
309 views

Disable hot linking or direct download of my videos and only stream the video when it's displayed from a page in my website

I want to disbale hot linking of FLV and MP4 videos hosted on my server, except when the videos are displayed from a page which its URL starts with : ...
1
vote
0answers
41 views

mod_auth_token for tomcat

Is there a Tomcat Servlet that works similar to mod_auth_token? mod_auth_token is written in C, mean for Apache. I am looking for a pure Java implementation. It is better if that implementation ...
1
vote
3answers
203 views

What can I do to get Mozilla Firefox to preload the eventual image result?

I am attempting to preload images using JavaScript. I have declared an array as follows with image links from different places: var imageArray = new Array(); imageArray[0] = new Image(); ...
1
vote
4answers
360 views

How to prevent hotlinking on standalone Java webapp server?

How do you prevent hotlinking on a standalone Java webapp server like Tomcat?
1
vote
4answers
610 views

How to protect against direct access to images?

I would like to create a web site with many images. But I would like to protect against direct access to images, e.g. direct links to images without visiting the web site. What is the preferred way ...
1
vote
1answer
178 views

Hotlinking protection

ok so i have a couple of working codes RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://site.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://site.com$ [NC] RewriteCond ...
1
vote
3answers
150 views

PHP GD leech with watermark

I was wondering if someone can provide me with a tutorial or source code of a way to make it so if people are leeching my sites images and embedding them in their forums or sites it will show a ...
1
vote
1answer
149 views

Frameset sharing a javascript library

My website is currently using a frameset, and two frames use AJAX, and one other frame uses jQuery (just for animation). I'd like all the frames to have access to the jQuery library. But i feel it's ...
1
vote
3answers
178 views

Cache Hotlinked Image To Minimize Server Load

Before anyone rips me a new one...I HAVE PERMISSION to hotlink images from an external site. It works all good, however I don't like that everytime i refresh the page it pulls the images again. My ...
1
vote
3answers
357 views

Allow hotlinking but redirect when I am my own referrer!

I want to, using htaccess, allow hotlinking BUT if someone views an image on my site I want to redirect them to a "hosted" version of the image where I display my navigation etc. So essentially ...
1
vote
2answers
521 views

How to prevent hotlinking of streaming content?

I have a directory with my media files and I need no to display them on other sites. Server doesn't support .htaccess, because it uses nginx. How can I enable hotlink protection for my files?? Thank ...
1
vote
1answer
432 views

Apache Hotlink Protection for Download Folder

I'm trying to avoid direct links from other sites to my site's downloadables. My exe,zip and msi files are under /files directory. How can I avoid direct links to them? Thanks in advance...
1
vote
4answers
585 views

Watermark on hotlinked images?

I wonder if its possible to have a watermark on hotlinked images on an external site, but not on the original site? I'm using jQuery, can I do something about this? Thanks heaps!
1
vote
5answers
329 views

http image viewable from inside page, but not direct url

I do not believe this is possible, but I figure there are people out there way smarter than me, so why not check .. I would like to have an HTTP image that is viewable from within a page when used ...
0
votes
0answers
11 views

How to put an index page with login credentials, yet the files in the folder can be hotlinked?

I'm trying to hide my folder on my hosting account, so I was thinking of using an Index Page, but an Index Page will not let me see my files. So, I am thinking of having an index page with basic login ...
0
votes
2answers
73 views

Allowing hotlinks for facebook

I am building a site, in which I denied hotlinking of images. But after I added the facebooks "like" link to my pages, I realized that I want to allow hotlinking for facebook. So, if a user likes a ...
0
votes
1answer
81 views

Disable Hotlinking in General, but allow for subdomain

So I want to disable Hotlinking in general but allow it for the subdomain "thumbs". My .htaccess is as the following: #HOTLINKING RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} ...
0
votes
2answers
80 views

Using htaccess for image protection

I am close to launching a photography website and want to give some protection to my images. I have the following as a result of searching on the web: #Set FollowSymLinks, in most cases already set ...
0
votes
3answers
79 views

Prevent downloading with htaccess

I've searched around but have found no solutions. I have a directory with all my fonts (svg, eot, woff, ttf, otf) in which I'd like to restrict downloading. Is there a way with .htaccess or..? Edit: ...
0
votes
1answer
41 views

Need ideas on how to protect .exe file from direct download on other sites

We have our application stored on our server, it is an .exe file. The download page is only accessible from our site - using cookie authentication in PHP. I know there are better methods but there is ...
0
votes
1answer
28 views

Hotlinking: How do I differentiate between an image in a <img> tag versus an image link?

I want to allow partial hotlinking to images on my website. I want to allow a specific site (Reddit) to be able to show an image from my website on their page, but if they click on the link to the ...
0
votes
1answer
57 views

ISAPI Rewrite Syntax To Stop Image Hotlinking

I have followed a couple of tutorials for adding rules in ISAPI to stop image hotlinking for a website I own. I have added this RewriteCond Referer: (?!http://(?:www\.mydomain\.co\.uk)).+ ...
0
votes
1answer
44 views

iPhone app hotlinking images from our website

I have been going through this for quite sometime. We have a running website with a lot of images and we have a huge iPhone usage. But is there any way we can differenciate between what iPhone users ...
0
votes
1answer
109 views

Prevent opening image in browser directly

I have a folder with pictures 1.jpg, 2.jpg, 3.jpg... Is there any way to prevent user to type the URL like www.example.com/pictures/3.jpg directly into browser and loading that image? The image ...
0
votes
1answer
111 views

disable direct linking to my files from the user's browser

I'm using the following .htaccess configurations to disable hotlinking : RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)mywesbite.com/.*$ [NC] ...
0
votes
1answer
24 views

Whether hotlinking of java applets is possible?

Similar question had been added earlier: How to embed a Java Applet from another website (can't link their class file and jar) however someone who asked question didn't need hotlinking in fact. ...
0
votes
1answer
32 views

Redirect image to thumb if it is hotlinked

A lof of pictures I have on my host are posted full-res on an other forum. I don't want to spoil the fun completely for the people on the other forum, I'd rather serve a thumbnail. What would be the ...
0
votes
2answers
189 views

Stop my swf file from being hotlinked

I d like to know how can I stop other webmasters hotlinking my flash application and using it on their websites. Thank you.
0
votes
1answer
105 views

How to make it difficult to download a video except with player

I'm creating a video sharing website like YouTube. I want to make it so that it is difficult to download the videos to your hard drive. I want them to still be able to download the videos into ...
0
votes
0answers
183 views

.htaccess: Redirect Hotlink [closed]

I have some .php sites that embeds .swf files. These .swf files are now linked to by some other guys. And I don't want them to simply open the SWF, I want them to force being redirect to the page ...
0
votes
1answer
231 views

.htaccess: Disable hotlinking (via redirect)

I am hosting a site that has some flash in it. Now a different site is linking directly to the flash, causing massive traffic for me. The problem: I do not gain any ads which would help me pay the ...
0
votes
2answers
214 views

How do I allow only logged in users to view images

I have a Ruby on Rails (2.2.2) application where users can upload images and mark them as 'locked'. This will put them in another folder than if you don't mark it. The normal upload folder is ...

1 2