1
|
# HTTP by Download Accelerator Plus - http://www.speedbit.com
|
2
|
# Pattern attributes: good notsofast notsofast subset
|
3
|
# Protocol groups: document_retrieval ietf_draft_standard
|
4
|
# Wiki: http://protocolinfo.org/wiki/HTTP
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
#
|
7
|
# Uses HTTP to download.
|
8
|
|
9
|
http-dap
|
10
|
|
11
|
# DAP identifies itself in the User-Agent field of every HTTP request it
|
12
|
# makes. This is pretty trivial to get around if speedbit.com ever
|
13
|
# wanted to.
|
14
|
|
15
|
# The latest version uses "User-Agent: DA 7.0". The additional version
|
16
|
# allowance is an attempt at "future proofing".
|
17
|
|
18
|
User-Agent: DA [678]\.[0-9]
|
19
|
|