diff --git a/FU/Util.pm b/FU/Util.pm
index cd34fd3..a9cca1d 100644
--- a/FU/Util.pm
+++ b/FU/Util.pm
@@ -212,13 +212,6 @@ roughly similar to:
JSON::PP->new->allow_nonref->core_bools->convert_blessed->encode($scalar);
-Some modules escape the slash character in encoded strings to prevent a
-potential XSS vulnerability when embedding JSON inside C<< >> tags. This function does I do that because it might not even
-be sufficient. The following is probably an improvement:
-
- json_format($data) =~ s{}{<\\/}rg =~ s/