mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +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",
|
"reel/:id",
|
||||||
"share/:shareType/:id"
|
"share/:shareType/:id"
|
||||||
],
|
],
|
||||||
subdomains: ["web"],
|
subdomains: ["web", "m"],
|
||||||
altDomains: ["fb.watch"],
|
altDomains: ["fb.watch"],
|
||||||
},
|
},
|
||||||
instagram: {
|
instagram: {
|
||||||
|
Reference in New Issue
Block a user