91³Ô¹ÏÍø

Watch CBS News

Taylor Swift subpoenaed in Blake Lively and Justin Baldoni legal dispute, rep says

Music superstar Taylor Swift has been subpoenaed in the ongoing legal dispute between Blake Lively and Justin Baldoni over allegations surrounding the making of their 2024 film "It Ends with Us." 

A spokesperson for Swift confirmed the subpoena in a statement to CBS News Friday, saying that it "is designed to use Taylor Swift's name to draw public interest by creating tabloid clickbait instead of focusing on the facts of the case."

"Taylor Swift never set foot on the set of this movie, she was not involved in any casting or creative decisions, she did not score the film, she never saw an edit or made any notes on the film, she did not even see It Ends With Us until weeks after its public release, and was traveling around the globe during 2023 and 2024 headlining the biggest tour in history," the spokesperson said in a statement. "The connection Taylor had to this film was permitting the use of one song, 'My Tears Ricochet.'" 

CBS News has reached out to representatives for Lively and Baldoni for comment.  

Lively and Baldoni have been embroiled in a widely publicized legal battle that kickstarted when Lively sued Baldoni in December, alleging he sexually harassed her on the set of "It Ends With Us." 

Baldoni has denied the allegations and countersued Lively in January for defamation, seeking $400 million from her and her husband, actor Ryan Reynolds, alleging extortion, defamation and invasion of privacy. He also filed a separate defamation lawsuit against the New York Times that initially reported Lively's allegations against him. 

Swift, a longtime friend of Lively, was mentioned in Baldoni's countersuit, though not directly by her full name. The countersuit included text messages that indicated an alleged script meeting that appeared to have been also attended by Reynolds and "Taylor." 

In text messages to Baldoni, according to the countersuit, Lively described Swift and Reynolds as her "most trusted partners," saying they were her "dragons" in reference to the show "Game of Thrones."

Baldoni's lawyers argued in the countersuit that in Swift and Reynolds, Baldoni was facing "two of the most influential and wealthy celebrities in the world, who were not afraid to make things very difficult for him."

Meanwhile, in an amended complaint filed in February, Lively alleged Baldoni made other women uncomfortable on set. 

The federal judge overseeing the lawsuits said in January that he will likely combine both into one trial that will begin in March 2026. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });