Unverified Commit 7af29a9e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2873648 by idebr, andregp, mfb, swentel: With many languages,...

Issue #2873648 by idebr, andregp, mfb, swentel: With many languages, content_translation_page_attachments adds too many alternate links to the response headers crashing varnish (503)
parent 29ab0121
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -714,7 +714,6 @@ function content_translation_page_attachments(&$page) {
            'hreflang' => $language->getId(),
            'href' => $url,
          ],
          TRUE,
        ];
      }
    }