This commit is contained in:
Essem 2023-06-09 11:13:33 -05:00
parent f5945269bf
commit 84be788034
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

@ -418,7 +418,7 @@ router.get("/notes/:note", async (ctx, next) => {
ctx.set("Cache-Control", "public, max-age=15");
ctx.set(
"Content-Security-Policy",
"default-src 'self' 'unsafe-inline'; img-src '*'; frame-ancestors '*'",
"default-src 'self' 'unsafe-inline'; img-src *; frame-ancestors *",
);
return;