proxmox/proxmox-rest-server
Gabriel Goller 34e307461b rest-server: add custom handlebars escape fn
Add a custom handlebars escape function. It's nearly identical to the
default `html_escape` fn [0], but it does not escape the '='. This is
needed to support base64 encoded values.

[0]: https://docs.rs/handlebars/latest/handlebars/fn.html_escape.html

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
 [ TL: use full width for comment ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-25 16:34:30 +01:00
..
debian rest-server: bump version to 0.8.3-1 2024-11-15 11:28:04 +01:00
examples rest-server: remove lazy_static dependency 2024-08-14 10:33:42 +02:00
src rest-server: add custom handlebars escape fn 2024-11-25 16:34:30 +01:00
Cargo.toml rest-server: bump version to 0.8.3-1 2024-11-15 11:28:04 +01:00