lammert

msg:4172280 | 4:10 am on Jul 18, 2010 (gmt 0) |
Hi aspdaddy, Your question has been hanging around here for a while and I don't know if it is still relevant, but as I understand it, you want to make sure that calls for images, stylesheets and scripts all have a referrer from the same site as these files are located on. Is that a correct interpretation of the problem?
|
Dijkgraaf

msg:4172551 | 1:22 am on Jul 19, 2010 (gmt 0) |
Enforcing local referrers might break things for those whose browsers are configured not to send the referrer or are using an an Anonymous proxy server. Just something to keep in mind.
|
Status_203

msg:4172653 | 8:01 am on Jul 19, 2010 (gmt 0) |
Intranet (i.e. you control, or can control, the browser) or Internet (you don't)? You can also set up session handling and start a session on the referring page that you check for before serving the protected file (you can also check that both requests have the same user agent string, IP addresses in the same block etc).
|
aspdaddy

msg:4174767 | 4:02 pm on Jul 22, 2010 (gmt 0) |
Lammert - yes. Status - Internet. Thanks
|
|