|
1 | 1 | <!-- |
2 | | -Disabled by https-everywhere-checker because: |
3 | | -Fetch error: http://superdrug.com/ => https://superdrug.com/: Redirect for 'http://superdrug.com/' missing Location |
4 | | -Fetch error: http://www.superdrug.com/ => https://www.superdrug.com/: Cycle detected - URL already encountered: https://www.superdrug.com/ |
| 2 | + ^: Mismatched |
| 3 | + www: Some pages redirect to http |
| 4 | +
|
| 5 | +
|
| 6 | + These altnames don't exist: |
| 7 | +
|
| 8 | + - www.onlinedoctor.superdrug.com |
| 9 | +
|
| 10 | +
|
| 11 | + Insecure cookies are set for these hosts: |
| 12 | +
|
| 13 | + - onlinedoctor.superdrug.com |
| 14 | +
|
5 | 15 | --> |
6 | | -<ruleset name="Superdrug (partial)" platform="mixedcontent" default_off='failed ruleset test'> |
| 16 | +<ruleset name="Superdrug (partial)"> |
7 | 17 |
|
8 | | - <target host="superdrug.com"/> |
| 18 | + <!-- Direct rewrites: |
| 19 | + --> |
| 20 | + <target host="onlinedoctor.superdrug.com" /> |
9 | 21 | <target host="www.superdrug.com"/> |
10 | | - <target host="*.www.superdrug.com"/> |
11 | 22 |
|
12 | | - <securecookie host="^(?:.*\.)?superdrug\.com$" name=".*"/> |
| 23 | + <!-- Complications: |
| 24 | + --> |
| 25 | + <target host="superdrug.com"/> |
| 26 | + |
| 27 | + <!-- Redirects to http: |
| 28 | + --> |
| 29 | + <exclusion pattern="^http://www\.superdrug\.com/$" /> |
| 30 | + <!-- |
| 31 | + Exceptions: |
| 32 | + --> |
| 33 | + <exclusion pattern="^http://www\.superdrug\.com/(?!combined\.css|favicon\.ico|medias/)" /> |
| 34 | + |
| 35 | + <!-- +ve: |
| 36 | + --> |
| 37 | + <test url="http://www.superdrug.com/cart" /> |
| 38 | + |
| 39 | + <!-- -ve: |
| 40 | + --> |
| 41 | + <test url="http://www.superdrug.com/combined.css" /> |
| 42 | + <test url="http://www.superdrug.com/favicon.ico" /> |
| 43 | + <test url="http://www.superdrug.com/medias/custom-content/img/offerbar/storenextdelivery.png" /> |
| 44 | + |
| 45 | + |
| 46 | + <!-- Not secured by server: |
| 47 | + --> |
| 48 | + <securecookie host="^onlinedoctor\.superdrug\.com$" name="^PHPSESSID$" /> |
| 49 | + |
| 50 | + <!--securecookie host="^(?:.*\.)?superdrug\.com$" name=".*"/--> |
| 51 | + <securecookie host="^onlinedoctor\.superdrug\.com$" name=".*" /> |
| 52 | + |
| 53 | + |
| 54 | + <rule from="^http://superdrug\.com/" |
| 55 | + to="https://www.superdrug.com/" /> |
13 | 56 |
|
14 | | - <rule from="^http://(www\.)?superdrug\.com/" |
15 | | - to="https://$1superdrug.com/"/> |
| 57 | + <rule from="^http:" |
| 58 | + to="https:" /> |
16 | 59 |
|
17 | 60 | </ruleset> |
0 commit comments