Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions src/chrome/content/rules/rclone.org.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
Timeout:
- mail2.rclone.org
- mail3.rclone.org

Redirects to localhost:
- oauth.rclone.org

SSL protocol error:
- www.rclone.org (fixed by this ruleset)
- hostmaster.rclone.org
- mta-sts.mail.rclone.org
- mta-sts.mail2.rclone.org
- mta-sts.mail3.rclone.org

Mismatched:
- mail.rclone.org
-->
<ruleset name="rclone.org">
<target host="rclone.org" />
<target host="www.rclone.org" />
<target host="apt.rclone.org" />
<target host="beta.apt.rclone.org" />
<target host="beta.rclone.org" />
<target host="downloads.rclone.org" />
<target host="forum.rclone.org" />
<target host="pub.rclone.org" />
<target host="slack-invite.rclone.org" />
<target host="test.rclone.org" />
<target host="tip.rclone.org" />

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