Allow embedding embeds

This commit is contained in:
video-prize-ranch
2022-07-16 16:02:59 -04:00
parent 95eaf959b0
commit be349ec9d9
5 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ import (
func HandleTag(c *fiber.Ctx) error {
utils.SetHeaders(c)
c.Set("X-Frame-Options", "DENY")
c.Set("Cache-Control", "public,max-age=604800")
c.Set("Content-Security-Policy", "default-src 'none'; style-src 'unsafe-inline' 'self'; media-src 'self'; img-src 'self'; font-src 'self'; manifest-src 'self'; block-all-mixed-content")