by Tom T. » Sat May 26, 2012 1:46 am
I'm not familiar with this product, but it may be possible to tighten Thrawn's rule, so that *all* content from Akamai is not allowed to access your local resources:
- Code: Select all
Site LOCAL
Accept from LOCAL http://www.akamai.com/html/solutions/downloadmanager_resumable_std.html
Deny
Or perhaps some of the stuff at the end may need to be trimmed off, perhaps something like
- Code: Select all
Site LOCAL
Accept from LOCAL http://www.akamai.com/html/solutions/downloadmanager*
Deny
Anyway, start with the most restrictive, then if it still produces the error, gradually lessen the restriction.
Not personally fond of allowing the entire site, which serves content from thousands of its customers, to bypass ABE altogether.
FWIW, I don't like sites that use 127.0.0.1 (your "localhost" address), and wouldn't deal with one that did. IMHO. YMMV.
I'm not familiar with this product, but it may be possible to tighten Thrawn's rule, so that *all* content from Akamai is not allowed to access your local resources:
[code]Site LOCAL
Accept from LOCAL http://www.akamai.com/html/solutions/downloadmanager_resumable_std.html
Deny[/code]
Or perhaps some of the stuff at the end may need to be trimmed off, perhaps something like
[code]Site LOCAL
Accept from LOCAL http://www.akamai.com/html/solutions/downloadmanager*
Deny[/code]
Anyway, start with the most restrictive, then if it still produces the error, gradually lessen the restriction.
Not personally fond of allowing the entire site, which serves content from thousands of its customers, to bypass ABE altogether.
FWIW, I don't like sites that use 127.0.0.1 (your "localhost" address), and wouldn't deal with one that did. IMHO. YMMV.