Problem/Motivation

I have Big Pipe module installed so it's meta tag should be removed on AMP pages via line 47 of file amp.module. It doesn't happen as there is a mistake in the condition - it should be
if ($value[1] == 'big_pipe_detect_nojs')
instead of
if ($key == 'big_pipe_detect_nojs')

CommentFileSizeAuthor
#2 3194551-2.patch498 bytesaritrika.d

Comments

avieneDrupal created an issue. See original summary.

aritrika.d’s picture

StatusFileSize
new498 bytes
aritrika.d’s picture

Status: Active » Needs review
matslats’s picture

Priority: Normal » Major
Status: Needs review » Reviewed & tested by the community

I'm marking this as major because it was removing my canonical_url tag and google was complaining.
Also the fix has been available for 3 years.