Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit f54a997

Browse files
authored
Create Knexjs.org.xml (#19832)
* Create Knexjs.org.xml * Update Knexjs.org.xml
1 parent d18e35c commit f54a997

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!--
2+
Non-functional hosts
3+
SSL peer certificate was not OK:
4+
- www.knexjs.org
5+
-->
6+
<ruleset name="Knexjs.org">
7+
<target host="knexjs.org" />
8+
<target host="www.knexjs.org" />
9+
10+
<rule from="^http://www\.knexjs\.org/"
11+
to="https://knexjs.org/" />
12+
13+
<rule from="^http:" to="https:" />
14+
</ruleset>

0 commit comments

Comments
 (0)