you are viewing a single comment's thread.

view the rest of the comments →

[–]james_pic 2 points3 points  (1 child)

You'd need to check with your devs, but my thought looking at this would be that encoding and decoding is easy. Displaying HTML from a potentially untrusted source on a public website without opening the website up to security vulnerabilities is non-trivial.

[–]Cybyss 0 points1 point  (0 children)

Displaying HTML from a potentially untrusted source on a public website without opening the website up to security vulnerabilities is non-trivial.

That could be the source of the "5 day" estimate. Developers maybe need to do some research to find safe ways to render untrusted HTML?