Replace Redirector with LibRedirect

This commit is contained in:
video-prize-ranch
2022-03-21 22:01:16 -04:00
parent d96e0768bc
commit ff8017d9b1
2 changed files with 1 additions and 13 deletions

View File

@@ -11,7 +11,6 @@ func HandleFrontpage(c *fiber.Ctx) error {
c.Set("Content-Security-Policy", "default-src 'none'; style-src 'self'; img-src 'self'; font-src 'self'; block-all-mixed-content")
return c.Render("frontpage", fiber.Map{
"proto": c.Protocol(),
"domain": c.Hostname(),
})
}