- Issue created by @julianmancera
Embeded media not loading as a reference page restriction in Embed.php
// Get the current URL.
$current_url = Url::fromRoute('<current>', [], ['absolute' => TRUE])->toString();
$response = $this->httpClient->get($this->getEmbedProviderURL($url), [
'headers' => [
'content-type' => 'application/json',
'Referer' => $current_url
]
]);
Active
2.0
Code