1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-30 07:41:09 +02:00

Do not allow \ or @ in URL

This commit is contained in:
Alexandre Iooss
2020-10-16 21:23:13 +02:00
parent fcfe69143f
commit 73a2adc055
2 changed files with 6 additions and 4 deletions

View File

@ -7,7 +7,6 @@ import (
"log"
"net/http"
"os"
"regexp"
"strings"
"github.com/markbates/pkger"
@ -42,9 +41,6 @@ var (
// Preload templates
templates *template.Template
// Precompile regex
validPath = regexp.MustCompile("^/[a-z0-9@_\\-]*/?$")
)
// Load templates with pkger