Add missing HTML attributes to whitelist #58

Merged
retoor merged 3 commits from :bugfix/missing-attributes into main 2025-06-19 14:35:40 +02:00
Showing only changes of commit 40d11dc66a - Show all commits

View File

@ -158,7 +158,6 @@ SAFE_ATTRIBUTES = {
"frameborder", "frameborder",
"allow", "allow",
"allowfullscreen", "allowfullscreen",
"title",
"referrerpolicy", "referrerpolicy",
} }