We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601cdf2 commit f22c366Copy full SHA for f22c366
src/chrome/content/rules/nltk.org.xml
@@ -0,0 +1,26 @@
1
+<!--
2
+ Problematic subdomains:
3
+ nltk.org (certificate mismatch)
4
+
5
+ Invalid certificate:
6
+ build.nltk.org
7
+ ftp.nltk.org
8
+ mobilemail.nltk.org
9
+ pda.nltk.org
10
+ webmail.nltk.org
11
+ wiki.nltk.org
12
13
+ Time out:
14
+ e.nltk.org
15
+ imap.nltk.org
16
+ mail.nltk.org
17
+ pop.nltk.org
18
+ smtp.nltk.org
19
+-->
20
+<ruleset name="nltk.org">
21
+ <target host="nltk.org" />
22
+ <target host="www.nltk.org" />
23
24
+ <rule from="^http://nltk\.org/" to="https://www.nltk.org/" />
25
+ <rule from="^http:" to="https:" />
26
+</ruleset>
0 commit comments