On Wed, 18 Aug 2004, Kevin Murphy wrote:
However, I would like people to be able to load the images directly - that is, I'd like the servers to allow requests that don't have a Referer: header.
I tried this acl:
acl no_referer referer_regex ^$
but it doesn't seem to match requests without a Referer.
Correct.
Does anyone know a way to do this?
The following should wotk
acl has_referer referer_regex .
then use !has_referer in http_access.
Regards Henrik
