Add /s-/soc/ archive redirection.
This commit is contained in:
parent
0ab123cf6e
commit
3b905216dd
@ -4069,6 +4069,7 @@
|
|||||||
break;
|
break;
|
||||||
case 'cgl':
|
case 'cgl':
|
||||||
case 'mu':
|
case 'mu':
|
||||||
|
case 'soc':
|
||||||
case 'w':
|
case 'w':
|
||||||
url = "//archive.rebeccablacktech.com/" + path;
|
url = "//archive.rebeccablacktech.com/" + path;
|
||||||
if (threadID && postID) {
|
if (threadID && postID) {
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
master
|
master
|
||||||
- Mayhem
|
- Mayhem
|
||||||
After 1000+ characters, a character counter will appear in the QR.
|
After 1000+ characters, a character counter will appear in the QR.
|
||||||
|
Add /soc/ archive redirection.
|
||||||
|
|
||||||
2.33.1
|
2.33.1
|
||||||
- Mayhem
|
- Mayhem
|
||||||
|
|||||||
@ -3186,7 +3186,7 @@ Redirect =
|
|||||||
url = "//archive.installgentoo.net/#{path}"
|
url = "//archive.installgentoo.net/#{path}"
|
||||||
if threadID and postID
|
if threadID and postID
|
||||||
url += "#p#{postID}"
|
url += "#p#{postID}"
|
||||||
when 'cgl', 'mu', 'w'
|
when 'cgl', 'mu', 'soc', 'w'
|
||||||
url = "//archive.rebeccablacktech.com/#{path}"
|
url = "//archive.rebeccablacktech.com/#{path}"
|
||||||
if threadID and postID
|
if threadID and postID
|
||||||
url += "#p#{postID}"
|
url += "#p#{postID}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user