Browse Source

Disable details/summary tags again, refs #951

Jordi Boggiano 6 years ago
parent
commit
c6298754a0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Packagist/WebBundle/Package/Updater.php

+ 2 - 1
src/Packagist/WebBundle/Package/Updater.php

@@ -610,7 +610,8 @@ class Updater
             'table', 'thead', 'tbody', 'th', 'tr', 'td',
             'a', 'span',
             'img',
-            'details', 'summary',
+            // Disabled for the time being, see https://github.com/composer/packagist/issues/951
+            // 'details', 'summary',
         );
 
         $attributes = array(