Merge pull request #11199 from MrPetovan/bug/10060-mastodon-hashtag-links

Add rel="tag" to the HTML Purifier allow list in BBCode::convert
2022.09-rc
Tobias Diekershoff 2022-02-01 14:45:14 +01:00 zatwierdzone przez GitHub
commit 308cc6c776
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -984,6 +984,7 @@ class HTML
$config->set('Attr.AllowedRel', [
'noreferrer' => true,
'noopener' => true,
'tag' => true,
]);
$config->set('Attr.AllowedFrameTargets', [
'_blank' => true,