Skip to content

Commit 341fb88

Browse files
BisalooJ0WI
authored andcommitted
[Flickr.com] Update and reactivate ruleset (EFForg#10610)
* [Flickr.com] Update and reactivate ruleset * [Flickr.com] Remove search.flickr.com * [Flickr.com] Remove images.flickr.com * [Flickr] Add exclusion
1 parent 4359786 commit 341fb88

File tree

1 file changed

+33
-20
lines changed

1 file changed

+33
-20
lines changed

src/chrome/content/rules/Flickr.xml

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
1-
21
<!--
3-
Disabled by https-everywhere-checker because:
4-
Non-2xx HTTP code: http://api.flickr.com/ (200) => https://api.flickr.com/ (404)
5-
62
For other Yahoo coverage, see Yahoo.xml.
73
4+
Different content HTTP/HTTPS:
5+
amt.flickr.com
6+
auto-up.flickr.com
7+
bup.flickr.com
8+
up.flickr.com
89
9-
Mismatch:
10-
- parkorbird.flickr.com
10+
Invalid certificate:
11+
rw.api.flickr.com
12+
hv-static.flickr.com
13+
\d.hv-static.flickr.com
14+
images.flickr.com (broken chain)
15+
photos\d.flickr.com
16+
search.flickr.com (broken chain)
1117
12-
Timeout:
13-
- blog.flickr.com (blog.flickr.net)
18+
No working URL known:
19+
appletv.flickr.com
20+
heartbeat.flickr.com
1421
22+
Time out:
23+
blog.flickr.com
1524
1625
Insecure cookies are set for these domains and hosts: ᶜ
1726
1827
- .flickr.com
1928
- www.flickr.com
2029
21-
ᶜ See https://owasp.org/index.php/SecureFlag
22-
2330
Note: current_identity (.flickr.com) is read
2431
via script and so cannot be secured.
2532
@@ -31,27 +38,33 @@ Non-2xx HTTP code: http://api.flickr.com/ (200) => https://api.flickr.com/ (404)
3138
https://github.com/EFForg/https-everywhere/issues/728
3239
3340
-->
34-
<ruleset name="Flickr.com" default_off='failed ruleset test'>
41+
<ruleset name="Flickr.com">
3542

3643
<target host="flickr.com" />
3744
<target host="www.flickr.com" />
3845
<target host="api.flickr.com" />
46+
<test url="http://api.flickr.com/services/rest/" />
47+
<exclusion pattern="^http://api\.flickr\.com/$" />
48+
<test url="http://api.flickr.com/" /><!-- 404 -->
3949
<target host="blog.flickr.com" />
4050
<target host="code.flickr.com" />
51+
<target host="embedr.flickr.com" />
4152
<target host="m.flickr.com" />
4253
<target host="secure.flickr.com" />
4354
<target host="static.flickr.com" />
4455
<target host="*.static.flickr.com" />
56+
<test url="http://farm1.static.flickr.com/" />
57+
<test url="http://farm2.static.flickr.com/" />
58+
<test url="http://farm3.static.flickr.com/" />
59+
<test url="http://farm4.static.flickr.com/" />
60+
<test url="http://farm5.static.flickr.com/" />
61+
<test url="http://farm6.static.flickr.com/" />
62+
<test url="http://farm7.static.flickr.com/" />
63+
<test url="http://farm8.static.flickr.com/" />
64+
<test url="http://farm9.static.flickr.com/" />
65+
<target host="widgets.flickr.com" />
66+
4567

46-
<test url="http://farm1.static.flickr.com/" />
47-
<test url="http://farm2.static.flickr.com/" />
48-
<test url="http://farm3.static.flickr.com/" />
49-
<test url="http://farm4.static.flickr.com/" />
50-
<test url="http://farm5.static.flickr.com/" />
51-
<test url="http://farm6.static.flickr.com/" />
52-
<test url="http://farm7.static.flickr.com/" />
53-
<test url="http://farm8.static.flickr.com/" />
54-
<test url="http://farm9.static.flickr.com/" />
5568

5669

5770
<!-- Not secured by server:

0 commit comments

Comments
 (0)