disable oembed code
This commit is contained in:
parent
548e11c788
commit
a128bb2520
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ app.use("/", async (req: Request, res: Response) => {
|
|||
const host = `${scheme}://${req.get("Host")}`;
|
||||
const ref = host + req.originalUrl;
|
||||
|
||||
if (host && ref) {
|
||||
if (host && ref && false) {
|
||||
const link = `${host}/services/oembed?url=${encodeURIComponent(ref)}`;
|
||||
res.set(
|
||||
"Link",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue