1. 10 Aug, 2017 1 commit
    • Robert Speicher's avatar
      Limit `style` attribute on `th` and `td` elements to specific properties · 228cf4f6
      Robert Speicher authored
      Previously we whitelisted the entire `style` attribute on `th` and `td`
      elements, in order to allow Markdown table alignment to work. But this
      opened us up to a potential exploit by allowing a malicious user to
      define properties besides `text-align` in the attribute.
      
      We now remove everything except `text-align: (center|left|right)`.
      228cf4f6
  2. 09 Aug, 2017 7 commits
  3. 08 Aug, 2017 25 commits
  4. 07 Aug, 2017 7 commits