Merge branch 'develop' into activitypub

This commit is contained in:
Barış Soner Uşaklı
2024-08-21 12:57:10 -04:00
108 changed files with 635 additions and 325 deletions

View File

@@ -22,7 +22,7 @@ let sanitizeConfig = {
...sanitize.defaults.allowedAttributes,
a: ['href', 'name', 'hreflang', 'media', 'rel', 'target', 'type'],
img: ['alt', 'height', 'ismap', 'src', 'usemap', 'width', 'srcset'],
iframe: ['height', 'name', 'src', 'width'],
iframe: ['height', 'name', 'src', 'width', 'allow', 'frameborder'],
video: ['autoplay', 'playsinline', 'controls', 'height', 'loop', 'muted', 'poster', 'preload', 'src', 'width'],
audio: ['autoplay', 'controls', 'loop', 'muted', 'preload', 'src'],
source: ['type', 'src', 'srcset', 'sizes', 'media', 'height', 'width'],