Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Log tab XSS fix #369

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    ba09d0d View commit details
    Browse the repository at this point in the history
  2. Fixes a possible regression:

    A creator of a UITab may designate the tab to serve HTML content. This is reflected in the "html" variable of the corresponding UITabSpec.
    
    The previous commit for issue soabase#331 would have rendered all custom tab content as plain text, which may have ruined someone's day if they were hoping that their custom tab's content would render as HTML. This change renders custom tab content as text or HTML depending on the "html" variable.
    
    For the Log tab, the content is plain text.
    haywhisksoftware committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    38fae1e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    f9ffc67 View commit details
    Browse the repository at this point in the history