tumblr: fix at.tumblr link handling
This commit is contained in:
@@ -6,7 +6,7 @@ export default async function(obj) {
|
|||||||
|
|
||||||
if (subdomain?.includes('.')) {
|
if (subdomain?.includes('.')) {
|
||||||
return { error: ['ErrorBrokenLink', 'tumblr'] }
|
return { error: ['ErrorBrokenLink', 'tumblr'] }
|
||||||
} else if (subdomain === 'www') {
|
} else if (subdomain === 'www' || subdomain === 'at') {
|
||||||
subdomain = undefined
|
subdomain = undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user