Add /fit/ archive redirection.
This commit is contained in:
parent
ff4c107add
commit
e2ac98006d
@ -4544,6 +4544,7 @@
|
||||
}
|
||||
break;
|
||||
case 'an':
|
||||
case 'fit':
|
||||
case 'r9k':
|
||||
case 'toy':
|
||||
case 'x':
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user