mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Replace Redirector with LibRedirect
This commit is contained in:
@@ -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(),
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user