Skip to content

Commit bf07f56

Browse files
FranklinYuBisaloo
authored andcommitted
Create ruleset: JSON Schema (EFForg#17067)
1 parent aabb3a1 commit bf07f56

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
Mismatch:
3+
www.json-schema.org
4+
-->
5+
<ruleset name="JSON-Schema.org">
6+
<target host="json-schema.org" />
7+
<target host="www.json-schema.org" />
8+
9+
<securecookie host=".+" name=".+" />
10+
11+
<rule from="^http://www\.json-schema\.org/" to="https://json-schema.org/" />
12+
<rule from="^http:" to="https:" />
13+
</ruleset>

0 commit comments

Comments
 (0)