Skip to content
Permalink
rss_feed_displ…

Commits on Dec 18, 2015

  1. Make imporvements to sanitizeHTML and tests

    Mainly to cover more cases with self-parsing version.
    
    Also fix issue with images and links allowed incorrectly.
    pdfernhout committed Dec 18, 2015
  2. Put back unforgiving version of sanitizeHTML alongside new version

    Make all options available in RSS plugin.
    
    Test all options.
    pdfernhout committed Dec 18, 2015
  3. npm install dompurify

    Another option to sanitize HTML
    pdfernhout committed Dec 18, 2015
  4. npm install xmldom

    For using DOMParser in node for mocha testing
    pdfernhout committed Dec 18, 2015
  5. Create unit test for sanitizeHTML.ts

    Change sanitizeHTML so Mithril reference is passed in to deal with mocha
    loading issue. Maybe this can be improved further later so "m" does not
    have to be passed in.
    pdfernhout committed Dec 18, 2015
  6. npm install mithril

    This is to test sanitizeHTML webapp library that uses Mithril.
    
    Mithril version 0.2
    pdfernhout committed Dec 18, 2015
  7. npm install amd-loader

    This is to test webapp libraries
    pdfernhout committed Dec 18, 2015
  8. Copy sanitizeHTML.ts from NarraFirma project

    This version creates a Mithril vdom from a subset of HTML tags with no
    parameters
    pdfernhout committed Dec 18, 2015
  9. Get RSS displaying test XML

    Remove out-of-date comments
    pdfernhout committed Dec 18, 2015
Older