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)

merge-requests/1908/head
Alex Pott 2022-02-28 20:20:43 +00:00
parent 29ab01213b
commit 7af29a9e52
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 0 additions and 1 deletions

View File

@ -714,7 +714,6 @@ function content_translation_page_attachments(&$page) {
'hreflang' => $language->getId(),
'href' => $url,
],
TRUE,
];
}
}