|
1 | 1 | <!-- |
2 | | -Disabled by https-everywhere-checker because: |
3 | | -Fetch error: http://flic.kr/ => https://flic.kr/: Redirect for 'https://flic.kr/' missing Location |
4 | | -Fetch error: http://flickr.com/ => https://flickr.com/: Redirect for 'https://flickr.com/' missing Location |
5 | 2 | For other Yahoo coverage, see Yahoo.xml. |
6 | 3 |
|
7 | 4 |
|
8 | | - These altnames don't exist: |
| 5 | + Fully covered hosts in *flickr.com: |
9 | 6 |
|
10 | | - - www.blog.flickr.net |
11 | | - - www.code.flickr.net |
| 7 | + - (www.)? |
| 8 | + - api |
| 9 | + - secure |
| 10 | + - static |
12 | 11 |
|
| 12 | + - *.static: |
13 | 13 |
|
14 | | - Insecure cookies are set for these domains: |
| 14 | + - c\d+ |
| 15 | + - farm\d+ |
| 16 | +
|
| 17 | +
|
| 18 | + Insecure cookies are set for these domains and hosts: |
15 | 19 |
|
16 | | - - .flic.kr |
17 | 20 | - .flickr.com |
18 | 21 | - www.flickr.com |
19 | | - - blog.flickr.net |
20 | 22 |
|
21 | 23 | Note: current_identity (.flickr.com) is read |
22 | 24 | via script and so cannot be secured. |
23 | 25 |
|
24 | 26 | https://github.com/EFForg/https-everywhere/issues/239 |
25 | 27 |
|
26 | 28 | --> |
27 | | -<ruleset name="Flickr" default_off='failed ruleset test'> |
| 29 | +<ruleset name="Flickr.com"> |
28 | 30 |
|
29 | | - <target host="flic.kr" /> |
30 | | - <target host="*.flic.kr" /> |
| 31 | + <!-- Direct rewrites: |
| 32 | + --> |
31 | 33 | <target host="flickr.com" /> |
32 | | - <target host="*.flickr.com" /> |
33 | | - <target host="*.flickr.net" /> |
34 | | - <target host="*.staticflickr.com" /> |
| 34 | + <target host="api.flickr.com" /> |
| 35 | + <target host="secure.flickr.com" /> |
| 36 | + <target host="static.flickr.com" /> |
| 37 | + <target host="*.static.flickr.com" /> |
| 38 | + <target host="www.flickr.com" /> |
35 | 39 |
|
36 | 40 |
|
37 | 41 | <!-- Not secured by server: |
38 | 42 | --> |
39 | | - <!--securecookie host="^\.flic\.kr$" name="^BX$" /--> |
40 | | - <!--securecookie host="^\.flickr\.com$" name="^(BX|admsort|cookie_session|current_identity|density|ffs|fldetectedlang|flrb|flrbgdrp|flrbgrp|flrbp|flrbs|fltoto|just_registered|localization|memsort|modsort|photoPHS|photoPWS|vp|xb)$" /--> |
| 43 | + <!--securecookie host="^\.flickr\.com$" name="^(BX|admsort|cookie_session|current_identity|density|ffs|fldetectedlang|flrb|flrbcr|flrbgdrp|flbgmrp|flrbgrp|flrbp|flrbs|fltoto|just_registered|localization|memsort|modsort|photoPHS|photoPWS|vp|xb)$" /--> |
41 | 44 | <!--securecookie host="^www\.flickr\.com$" name="^(liqph|liqpw|ywandp)" /--> |
42 | | - <!--securecookie host="^blog\.flickr\.net$" name="^cookie_l10n$" /--> |
43 | 45 |
|
44 | | - <securecookie host="^\.flic\.kr$" name=".+" /> |
45 | 46 | <securecookie host=".*\.flickr\.com$" name="^(?!current_identity$).+" /> |
46 | 47 |
|
47 | 48 |
|
48 | | - <rule from="^http://flic\.kr/" |
49 | | - to="https://flic.kr/" /> |
50 | | - |
51 | | - <rule from="^http://((?:api|secure|static|www)\.)?flickr\.com/" |
52 | | - to="https://$1flickr.com/" /> |
53 | | - |
54 | | - <rule from="^http://(c\d+|farm\d+)\.static(\.)?flickr\.com/" |
55 | | - to="https://$1.static$2flickr.com/" /> |
56 | | - |
57 | | - <rule from="^http://(blog|code)\.flickr\.net/" |
58 | | - to="https://$1.flickr.net/" /> |
| 49 | + <rule from="^http:" |
| 50 | + to="https:" /> |
59 | 51 |
|
60 | 52 | </ruleset> |
0 commit comments