Revize 2571743f
Přidáno uživatelem Vojtěch Bartička před téměř 3 roky(ů)
Backend/Core/Services/AnnotationService/AnnotationServiceEF.cs | ||
---|---|---|
309 | 309 |
sanitizer.AllowedAttributes.Add("end"); |
310 | 310 |
sanitizer.AllowedAttributes.Add("start"); |
311 | 311 |
sanitizer.AllowedAttributes.Add("class"); |
312 |
sanitizer.AllowedAttributes.Add("target"); |
|
312 | 313 |
if (sanitizer.AllowedTags.Contains("script")) |
313 | 314 |
{ |
314 | 315 |
sanitizer.AllowedTags.Remove("script"); |
Také k dispozici: Unified diff
Whitelisted target attribute in sanitization