We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ce193 commit ee21f41Copy full SHA for ee21f41
src/chrome/content/rules/UN.org.xml
@@ -8,6 +8,7 @@
8
9
- United_Nations_Office_at_Vienna.xml
10
- UN_Multimedia.org.xml
11
+ - UNDP.org.xml
12
- WTO.org.xml
13
14
src/chrome/content/rules/UNDP.org.xml
@@ -0,0 +1,32 @@
1
+<!--
2
+ For other United Nations coverage, see UN.org.xml.
3
+
4
5
+ Nonfunctional subdomains:
6
7
+ - (www.)? *
+ * Dropped
+ Problematic subdomains:
+ - info *
15
16
+ * Server sends no certificate chain
17
18
19
+ These altnames don't exist:
20
21
+ - www.info.undp.org
22
23
+-->
24
+<ruleset name="UNDP.org (partial)" default_off="missing certificate chain">
25
26
+ <target host="info.undp.org" />
27
28
29
+ <rule from="^http:"
30
+ to="https:" />
31
32
+</ruleset>
0 commit comments