Prechádzať zdrojové kódy

Disable details/summary tags again, refs #951

Jordi Boggiano 6 rokov pred
rodič
commit
c6298754a0

+ 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(