]> BookStack Code Mirror - bookstack/blobdiff - app/Util/HtmlDescriptionFilter.php
WYSIWYG descriptions: Allowed anchor target attrs
[bookstack] / app / Util / HtmlDescriptionFilter.php
index 7287586d16fadff29740760599051630edf5e927..cb091b869f8fc9a2ec5d4a9ba644387612f82c95 100644 (file)
@@ -20,7 +20,7 @@ class HtmlDescriptionFilter
      */
     protected static array $allowedAttrsByElements = [
         'p' => [],
-        'a' => ['href', 'title'],
+        'a' => ['href', 'title', 'target'],
         'ol' => [],
         'ul' => [],
         'li' => [],