aem-core-wcm-components
aem-core-wcm-components copied to clipboard
Twitter embed should work for x.com
Bug Present as of Version: 2.25.5-SNAPSHOT
The Twitter embed does not currently work for x.com URLs
The update should be pretty simple in com.adobe.cq.wcm.core.components.internal.services.embed.OEmbedClientImplConfigurationFactory-twitter.config
from
scheme=["https?://(.*\\.)?twitter\\.com/.*"]
to
scheme=["https?://(.*\\.)?(twitter|x)\\.com/.*"]