Add /fit/ archive redirection.

This commit is contained in:
Nicolas Stepien 2012-07-12 17:45:34 +02:00
parent ff4c107add
commit e2ac98006d
3 changed files with 3 additions and 1 deletions

View File

@ -4544,6 +4544,7 @@
}
break;
case 'an':
case 'fit':
case 'r9k':
case 'toy':
case 'x':

View File

@ -3,6 +3,7 @@ master
Adjust background tabs max update interval down to 5 minutes instead of 10.
Divide the Delete Link in the Menu into a Post and Image deletion links.
The Delete Links in the Menu now have a cooldown.
Add /fit/ archive redirection.
2.34.1
- Mayhem

View File

@ -3589,7 +3589,7 @@ Redirect =
url = "//archive.rebeccablacktech.com/#{path}"
if threadID and postID
url += "#p#{postID}"
when 'an', 'r9k', 'toy', 'x'
when 'an', 'fit', 'r9k', 'toy', 'x'
url = "http://archive.maidlab.jp/#{path}"
if threadID and postID
url += "#p#{postID}"