OLD | NEW |
(Empty) | |
| 1 { |
| 2 "description": "Chrome proxy test sites", |
| 3 "pages": [ |
| 4 { |
| 5 "name": "header validation", |
| 6 "url": "http://aws1.mdw.la/fw/", |
| 7 "why": "Check chrome proxy response headers." |
| 8 }, |
| 9 { |
| 10 "name": "compression: image", |
| 11 "url": "http://aws1.mdw.la/static/", |
| 12 "why": "Check data compression" |
| 13 }, |
| 14 { |
| 15 "name": "bypass", |
| 16 "url": "http://aws1.mdw.la/bypass/", |
| 17 "why": "Check bypass", |
| 18 "restart_after": true |
| 19 }, |
| 20 { |
| 21 "name": "compression: javascript", |
| 22 "url": "http://aws1.mdw.la/static/", |
| 23 "why": "Check data compression" |
| 24 }, |
| 25 { |
| 26 "name": "compression: css", |
| 27 "url": "http://aws1.mdw.la/static/", |
| 28 "why": "Check data compression" |
| 29 }, |
| 30 { |
| 31 "name": "safebrowsing", |
| 32 "url": "http://www.ianfette.org/", |
| 33 "why": "Expect 'malware ahead' page. Use a short navigation timeout becaus
e no response will be received.", |
| 34 "navigate_steps" : [ |
| 35 { "action": "navigate", "timeout_seconds": 5 } |
| 36 ] |
| 37 } |
| 38 ] |
| 39 } |
OLD | NEW |