summaryrefslogtreecommitdiff
path: root/crocoite/html.py
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29RefactoringLars-Dominik Braun1-0/+107
Reusable browser communication and WARC writing.
2017-11-26DOM snapshot: Generate valid HTML5Lars-Dominik Braun1-2/+19
Some tags are “void”, i.e. cannot contain contents and don’t have a closing tag.
2017-11-25Strip on* HTML attributesLars-Dominik Braun1-0/+84
They can carry JavaScript as well and should not be allowed for DOM snapshots.