diff options
author | ot <ot@localhost> | 2007-01-05 15:00:32 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-01-05 15:00:32 +0000 |
commit | 9177f225e85474d1c6fd49770b2583290f2a16ad (patch) | |
tree | 19038ef46ab3ea038ef19df51aef4682da0b9a98 /htdocs/dev/tests | |
parent | 22b0210643b87531ff9739dbd89ae493f7f9ffe6 (diff) | |
download | markup-validator-9177f225e85474d1c6fd49770b2583290f2a16ad.zip markup-validator-9177f225e85474d1c6fd49770b2583290f2a16ad.tar.gz markup-validator-9177f225e85474d1c6fd49770b2583290f2a16ad.tar.bz2 |
Bad bots keep calling /check/referer without referer, kicking check into
action for nothing. Performance-wise, it's probably wiser to catch these
at apache level, with e.g:
#do not pass /check/referrer on if there is no referrer
RewriteCond %{REQUEST_URI} ^\/check\/referer
RewriteCond %{HTTP_REFERER} ^$
RewriteRule ^ /no_referer.asis [L]
Diffstat (limited to 'htdocs/dev/tests')
0 files changed, 0 insertions, 0 deletions