fix: change to html/template for more security
This commit is contained in:
parent
e42f307bd1
commit
444c725fc6
@ -6,12 +6,12 @@ import (
|
||||
"crypto/subtle"
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"html/template"
|
||||
"io"
|
||||
"log/slog"
|
||||
"net/http"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"text/template"
|
||||
)
|
||||
|
||||
type Application struct {
|
||||
|
Loading…
Reference in New Issue
Block a user