We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ac196 commit d606861Copy full SHA for d606861
src/chrome/content/rules/Yahoo.xml
@@ -200,6 +200,7 @@
200
201
- (www.)totaltravel.com (→ au.totaltravel.yahoo.com, haven't found images/)
202
- developer.yahoo.com (homepage redirects to http)
203
+ - mail.yahoo.com ($ redirects to http)
204
- ca.sports.yahoo.com ($ redirects to ^sports.yahoo.com)
205
- contextualads.yahoo.net (→ akamai, avoiding user-visible paths)
206
- investor.yahoo.net (→ investor.shareholder.com)
@@ -303,8 +304,6 @@
303
304
- us
305
- vn
306
- - mail
307
-
308
- *.mail:
309
310
- overview
@@ -447,6 +446,7 @@
447
446
<target host="yahoo.com" />
448
<target host="*.yahoo.com" />
449
<exclusion pattern="^http://developer\.yahoo\.com/(?:$|\?)" />
+ <exclusion pattern="^http://mail\.yahoo\.com/+(?:$|\?)" />
450
<!--
451
Refused:
452
-->
0 commit comments