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

Commit

Permalink
Add Tryton.org.xml (#17704)
Browse files Browse the repository at this point in the history
* Add Tryton.org.xml

* Clarify comment

* Reformat comments

* Cleanup comments
  • Loading branch information
J0WI authored and zoracon committed Apr 11, 2019
1 parent c85e1b2 commit 72c1480
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/chrome/content/rules/Tryton.org.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!--
Mismatched:
- demo*.tryton.org (subdomain for each version, e.g. demo5.0.tryton.org)
- doc.tryton.org
- tub2013.tryton.org
- tub2016.tryton.org
- tuba2015.tryton.org
- tul2014.tryton.org
- videos.tryton.org
- debian.tryton.org
-->
<ruleset name="Tryton.org">
<target host="tryton.org" />
<target host="www.tryton.org" />
<target host="amagama.tryton.org" />
<target host="bugs.tryton.org" />
<target host="codereview.tryton.org" />
<target host="discuss.tryton.org" />
<target host="doc.tryton.org" />
<target host="docs.tryton.org" />
<target host="downloads.tryton.org" />
<target host="drone.tryton.org" />
<target host="git.tryton.org" />
<target host="goocalendar.tryton.org" />
<target host="hg.tryton.org" />
<target host="pootle.tryton.org" />
<target host="python-sql.tryton.org" />
<target host="relatorio.tryton.org" />
<target host="trydevpi.tryton.org" />
<target host="trypod.tryton.org" />
<target host="tul2017.tryton.org" />

<rule from="^http://doc\.tryton\.org/" to="https://docs.tryton.org/" />
<rule from="^http:" to="https:" />
</ruleset>

0 comments on commit 72c1480

Please sign in to comment.