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

[Archive.is] Update ruleset #5886

Merged
merged 2 commits into from
Aug 2, 2016
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
14 changes: 10 additions & 4 deletions src/chrome/content/rules/Archive.is.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
<!--
Nonfunctional hosts in *archive.is:
Problematic domains:
- (www.)archive.is ¹
- blog.archive.is ²

- blog *

* tumblr
¹ By webmaster request, we avoid redirecting anything to https://archive.is/ but ensure that the relevant connections are still upgraded by using archive.fo instead.
² Mismatch
-->
<ruleset name="Archive.is (partial)">

<target host="archive.today" />
<target host="blog.archive.today" />
<target host="www.archive.today" />
<target host="archive.fo" />
<target host="www.archive.fo" />
<target host="archive.is" />
<target host="www.archive.is" />
<target host="archive.li" />
<target host="blog.archive.li" />
<target host="www.archive.li" />

<rule from="^http://(www\.)?archive\.is/"
to="https://$1archive.fo/" />

<rule from="^http:"
to="https:" />

Expand Down