enemies and fixes

This commit is contained in:
Aevann1 2021-11-06 17:21:05 +02:00
parent 5ef73cbf2a
commit 94bdf2926a
24 changed files with 173 additions and 43 deletions

View file

@ -75,7 +75,7 @@ no_images = ['b',
'span',
]
allowed_attributes = {'*': ['href', 'style', 'src', 'class', 'title', 'rel', 'data-bs-original-name', 'direction', 'behavior']}
allowed_attributes = {'*': ['href', 'style', 'src', 'class', 'title', 'rel', 'data-bs-original-name', 'direction', 'behavior', 'scrollamount']}
allowed_protocols = ['http', 'https']