|
| 1 | +<!-- |
| 2 | + Other Visa rulesets: |
| 3 | + - Visa_Buxx.com.xml |
| 4 | + - VisaEurope.xml |
| 5 | +
|
| 6 | + 403 by travis: |
| 7 | + developer.visa.com |
| 8 | +
|
| 9 | + Different http/https content: |
| 10 | + (www.)?visa\.com/atmlocator/ |
| 11 | + benefitsource.visa.com |
| 12 | + cis.visa.com |
| 13 | +
|
| 14 | + Invalid certificate: |
| 15 | + bd.visa.com |
| 16 | + design.visa.com |
| 17 | + drjc1.visa.com |
| 18 | + investor.visa.com |
| 19 | + pressreleases.visa.com |
| 20 | + rvcom-qa.visa.com |
| 21 | + rvcom-qa.vc.visa.com |
| 22 | +
|
| 23 | + Redirect to http: |
| 24 | + lac.visa.com |
| 25 | + rs.visa.com |
| 26 | + www.schoolofpublicpolicy.visa.com |
| 27 | +
|
| 28 | + Timeout: |
| 29 | + jobs.visa.com |
| 30 | +--> |
| 31 | + |
| 32 | +<ruleset name="Visa.com"> |
| 33 | + <target host="visa.com" /> |
| 34 | + <target host="www.visa.com" /> |
| 35 | + <target host="aw.visa.com" /> |
| 36 | + <target host="business.visa.com" /> |
| 37 | + <target host="checkout.visa.com" /> |
| 38 | + <target host="secure.checkout.visa.com" /> |
| 39 | + <target host="sandbox.secure.checkout.visa.com" /> |
| 40 | + <target host="corporate.visa.com" /> |
| 41 | + <target host="developer.visa.com" /> |
| 42 | + <target host="community.developer.visa.com" /> |
| 43 | + <target host="icicibank.intellilink.visa.com" /> |
| 44 | + <target host="intellilink.visa.com" /> |
| 45 | + <target host="loyaltyoffer.visa.com" /> |
| 46 | + <target host="mssip.visa.com" /> |
| 47 | + <target host="multinationalpremiumsolutions.visa.com" /> |
| 48 | + <target host="promociones.visa.com" /> |
| 49 | + <target host="purchasealerts.visa.com" /> |
| 50 | + <target host="research.visa.com" /> |
| 51 | + <target host="smail.visa.com" /> |
| 52 | + <target host="technologypartner.visa.com" /> |
| 53 | + <target host="travel.visa.com" /> |
| 54 | + <target host="usa.visa.com" /> |
| 55 | + |
| 56 | + <!-- /atmlocator returns 404 with https --> |
| 57 | + <exclusion pattern="^http://(www.)?visa\.com/atmlocator/" /> |
| 58 | + <test url="http://visa.com/atmlocator/" /> |
| 59 | + <test url="http://www.visa.com/atmlocator/index.jsp" /> |
| 60 | + |
| 61 | + <rule from="^http:" to="https:"/> |
| 62 | +</ruleset> |
0 commit comments