8 Commits

Author SHA1 Message Date
Henri
056ef3769e Allow specifying display names for servers 2021-04-13 21:58:50 +02:00
Henri
874089117b Increase consistency of path escaping and support IPv6 addresses instead of hostnames 2021-04-06 21:43:58 +02:00
Lan Tian
f6ddc5761b
frontend: remove unnecessary URL escapes 2021-02-27 15:24:21 +08:00
Lan Tian
a984095282
frontend: add tests against XSS 2021-01-17 02:21:23 +08:00
Lan Tian
1baf325149
frontend: move redirect logic to HTML 2021-01-17 01:33:14 +08:00
Lan Tian
72946e1113
frontend: filter output to prevent XSS 2021-01-17 01:14:49 +08:00
f4b6955343
Add utility functions for filtering results and rename templates 2021-01-12 10:21:03 +00:00
6179c688be
- Use bindata to package static file content in to the frontend binary
- Add golang templates to move HTML rendering out of the go code where possible
- Add an endpoint for serving static files
- Add URL escaping for servers and targets
2021-01-11 15:00:05 +00:00