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

Commit

Permalink
Create ruleset: JSON Schema (#17067)
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinYu authored and Bisaloo committed Nov 15, 2018
1 parent aabb3a1 commit bf07f56
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/chrome/content/rules/JSON-Schema.org.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!--
Mismatch:
www.json-schema.org
-->
<ruleset name="JSON-Schema.org">
<target host="json-schema.org" />
<target host="www.json-schema.org" />

<securecookie host=".+" name=".+" />

<rule from="^http://www\.json-schema\.org/" to="https://json-schema.org/" />
<rule from="^http:" to="https:" />
</ruleset>

0 comments on commit bf07f56

Please sign in to comment.