浏览代码

Disable details/summary tags again, refs #951

Jordi Boggiano 6 年之前
父节点
当前提交
c6298754a0
共有 1 个文件被更改,包括 2 次插入1 次删除
  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(