mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Allow embedding embeds
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user