jasper-helpers icon indicating copy to clipboard operation
jasper-helpers copied to clipboard

Helpers handle HTML safety

Open eliasjpr opened this issue 7 years ago • 0 comments

One of the main responsibilities of this module is to provide convenience functions for escaping and marking HTML code as safe.

Acceptance Criteria:

  • [ ] escape_javascript(data)
  • [ ] html_escape(safe)
  • [ ] raw(value)
  • [ ] safe_to_string(arg)
  • [ ] escape_url

eliasjpr avatar Jun 07 '17 12:06 eliasjpr