We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbb4a2 commit 35e355cCopy full SHA for 35e355c
src/chrome/content/rules/MiKTEX.org.xml
@@ -0,0 +1,22 @@
1
+<!--
2
+ Non-functional hosts
3
+ SSL connect error:
4
+ - www.miktex.org
5
+ - ieyasu.miktex.org
6
+
7
+-->
8
+<ruleset name="MiKTEX.org">
9
+ <target host="miktex.org" />
10
+ <target host="www.miktex.org" />
11
+ <target host="api.miktex.org" />
12
+ <target host="api2.miktex.org" />
13
+ <target host="build.miktex.org" />
14
+ <target host="docs.miktex.org" />
15
+ <target host="staging.miktex.org" />
16
17
+ <rule from="^http://www\.miktex\.org/"
18
+ to="https://miktex.org/" />
19
20
+ <rule from="^http:"
21
+ to="https:" />
22
+</ruleset>
0 commit comments