Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
2005-08-28 14:20:42 +00:00
tracks Added the sanitize method to all of the fields which get displayed on the page (context.name, project.name, project.description, todo.description, todo.notes, note.body). This stops harmful HTML codes being embedded in the page. Sanitize strips out javascript and on* attributes. The HTML gets rendered with the HTML entities escaped. 2005-08-28 14:20:42 +00:00