wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / tests / cts / content-filters / data / test393
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 filter google
7 </keywords>
8 </info>
9
10 <reply>
11 <data>
12 HTTP/1.1 200 OK\r
13 Date: Thu, 22 Jul 2010 11:22:33 GMT\r
14 Connection: close\r
15 Content-Type: text/html\r
16 X-Control: swsclose\r
17 \r
18 # Here is a string the google filter's pcrs command 3 should filter:
19
20 <table style="clear:both" align=right width=25% cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff"
21 </data>
22 </reply>
23
24 <proxy-reply>
25 <data>
26 HTTP/1.1 200 OK\r
27 Date: Thu, 22 Jul 2010 11:22:33 GMT\r
28 Content-Type: text/html\r
29 X-Control: swsclose\r
30 Content-Length: 188\r
31 \r
32 # Here is a string the google filter's pcrs command 3 should filter:
33
34 <table style="clear:both" align=right width=25% cellspacing="0" cellpadding="0" border="0" bgcolor="#ffffff" id="ads"
35 </data>
36 </proxy-reply>
37
38 <client>
39 <server>
40 http
41 </server>
42 <name>
43 +filter{google} - pcrs command 3 - pattern D
44 </name>
45 <features>
46 proxy
47 </features>
48 <command>
49 http://%HOSTIP:%HTTPPORT/google/pcrs-command-3d/%TESTNUMBER
50 </command>
51 </client>
52
53 <verify>
54 <protocol>
55 GET /google/pcrs-command-3d/%TESTNUMBER HTTP/1.1\r
56 Host: %HOSTIP:%HTTPPORT\r
57 User-Agent: curl/%VERSION\r
58 Accept: */*\r
59 Connection: close\r
60 \r
61 </protocol>
62 </verify>
63 </testcase>