mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
tumblr: fix at.tumblr link handling
This commit is contained in:
@ -6,7 +6,7 @@ export default async function(obj) {
|
||||
|
||||
if (subdomain?.includes('.')) {
|
||||
return { error: ['ErrorBrokenLink', 'tumblr'] }
|
||||
} else if (subdomain === 'www') {
|
||||
} else if (subdomain === 'www' || subdomain === 'at') {
|
||||
subdomain = undefined
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user