Releases: Sicos1977/ChromiumHtmlToPdf
Releases · Sicos1977/ChromiumHtmlToPdf
Version 2.2
- Added option to also log Chrome's network traffic to the log stream
- Updated nuget packages
Version 2.1.14
- Log urls added to the safeUrl list
Version 2.1.13
- Also add PreWrap uri to safeUrl list
Version 2.1.12
- Added safeUrl list that is used to add temporary urls that are generated by the code so that they are automaticly whitelisted
Version 2.1.11
- Update image sources when sanitizing an html page and saving it in a temp folder
Version 2.1.6
- Added option to size the PDF page to the HTML content that Chrome is displaying
Version 2.1.5
- Reload webpage when sanitizer has sanitized the webpage
Version 2.1.1
- Make code compatible with .net core 3.0
- Make a .net standard 2.0 and .net core 3.0 assembly in the nuget package
- Change code so that the image validation also block images that are on the url blacklist
Version 2.0.23
- Reopen websocket when it is closed to prevent the error "the current connection state is not open"
Version 2.0.22
- Added code to make it possible to override the HtmlSanitizer settings