- Bestehende Sanitization überarbeitet. - Injektionsmethode für flexible Konfiguration implementiert. - Wichtige Abschnitte in `show-envelope` hervorgehoben.
8 lines
135 B
C#
8 lines
135 B
C#
using Ganss.Xss;
|
|
|
|
namespace EnvelopeGenerator.Web.Sanitizers
|
|
{
|
|
public class HighlightHtmlSanitizer : HtmlSanitizer
|
|
{
|
|
}
|
|
} |