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

@@ -3,7 +3,6 @@ package utils
import "github.com/gofiber/fiber/v2"
func SetHeaders(c *fiber.Ctx) {
c.Set("X-Frame-Options", "DENY")
c.Set("Referrer-Policy", "no-referrer")
c.Set("X-Content-Type-Options", "nosniff")
c.Set("X-Robots-Tag", "noindex, noimageindex, nofollow")