We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee082c commit 813ccfdCopy full SHA for 813ccfd
src/chrome/content/rules/Wikimedia.xml
@@ -4,6 +4,13 @@
4
longer the case, see https://blog.wikimedia.org/2011/10/03/native-https-support-enabled-for-all-wikimedia-foundation-wikis/ ,
5
so this file is a lot simpler these days.
6
7
+
8
+ Problematic domains:
9
10
+ - links.email.donate.wikimedia.org *
11
12
+ * Mismatched, CN: *.links.mkt41.net
13
14
-->
15
<ruleset name="Wikimedia">
16
@@ -63,6 +70,9 @@
63
70
<rule from="^https?://download\.wikipedia\.org/"
64
71
to="https://dumps.wikimedia.org/" />
65
72
73
+ <rule from="^http://links\.email\.donate\.wikimedia\.org/"
74
+ to="https://www.links.mkt41.net/" />
75
66
76
<rule from="^https?://(download|dataset2|sitemap)\.wikimedia\.org/"
67
77
68
78
0 commit comments