mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
api/service-config: recognize facebook's mobile subdomain (#891)
This commit is contained in:
@ -30,7 +30,7 @@ export const services = {
|
||||
"reel/:id",
|
||||
"share/:shareType/:id"
|
||||
],
|
||||
subdomains: ["web"],
|
||||
subdomains: ["web", "m"],
|
||||
altDomains: ["fb.watch"],
|
||||
},
|
||||
instagram: {
|
||||
|
Reference in New Issue
Block a user