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

@@ -11,6 +11,7 @@ import (
func HandlePost(c *fiber.Ctx) error {
utils.SetHeaders(c)
c.Set("X-Frame-Options", "DENY")
c.Set("Content-Security-Policy", "default-src 'none'; media-src 'self'; style-src 'self'; img-src 'self'; font-src 'self'; manifest-src 'self'; block-all-mixed-content")
post, err := types.Album{}, error(nil)