mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-27 20:00:51 +03:00
escape html special chars
This commit is contained in:
parent
92f5b5c8b1
commit
872dc998ef
2 changed files with 26 additions and 16 deletions
|
@ -2,11 +2,11 @@ package router
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"html/template"
|
||||
"io"
|
||||
"io/fs"
|
||||
"reflect"
|
||||
"strings"
|
||||
"text/template"
|
||||
|
||||
"github.com/gorilla/sessions"
|
||||
"github.com/labstack/echo-contrib/session"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue