91³Ô¹ÏÍø

Watch CBS News

Tailgating will be allowed at Lincoln Financial Field during 2026 FIFA World Cup matches, source says

Eagles fans know and love Lincoln Financial Field in South Philadelphia for the tailgating that happens outside almost as much as for the plays that unfold on the field. 

But will fans headed to the Linc for 2026 FIFA World Cup matches this summer be allowed to tailgate, or will they have to take their barbecuing and drinking somewhere else?

According to a source at the Linc, no tailgating ban is on the table for this summer's World Cup matches. The source says the bans in place elsewhere do not apply to Philadelphia, and that the fan experience for these soccer matches "will be consistent" with other events that have taken place at the Linc.

It's not the same story in some other host cities. Reports emerged this week that tailgating is outlawed during World Cup matches in Boston — and with parking banned at MetLife Stadium in New Jersey, there will be no way for fans to tailgate outside.  

Despite the source's claims, no party involved has publicly confirmed that tailgating is allowed.

Philadelphia Soccer 2026, the host committee for the Philly soccer matches, said in a statement Wednesday that plans were still being ironed out but it was "committed to delivering a World Cup that is authentically Philadelphia."

"Philadelphia is a city defined by its fans and its traditions, and that will not change when the world arrives for FIFA World Cup 2026," the committee said in an emailed statement.

, FIFA's media relations team said there was no formal policy restricting tailgating at the World Cup, but that "site-specific restrictions may be imposed in alignment with host city public safety authorities in certain venues based on local regulations."

FIFA was replying to a post claiming tailgating was banned at the Linc for the World Cup.

"Additional fan information for all FIFA World Cup 2026 matches will be communicated in advance of the tournament," the post read.

Fans looking to party and celebrate the tournament outside will be welcome at Fairmount Park's Lemon Hill for the FIFA Fan Festival. The festival is expected to include vendors, food trucks and large screens showing matches from June 11 through July 1. 

Bars and restaurants that apply for a special permit and pay $500 will be allowed to stay open two additional hours — until 4 a.m. —  between June 11 and July 20, under a bill signed into law by Pennsylvania Gov. Josh Shapiro last month.

Lincoln Financial Field will host six matches, five in the group stage and a Round of 16 game on July 4.

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=296763317a51cab90faa73f1bb146d5c'; 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(); } }); }); }); });