91³Ô¹ÏÍø

Watch CBS News

Senate fails to advance DHS funding bill for 5th time, with no deal in sight

Washington — The Senate on Friday again failed to move forward with legislation to fund the Department of Homeland Security, extending the shutdown that has snarled air travel around the country. 

In a 47 to 37 vote, the legislation failed to reach the 60-vote threshold it needed to advance. Sixteen senators did not vote. Democratic Sen. John Fetterman of Pennsylvania voted with Republicans.

Friday's vote marks the fifth time since Feb. 12 that the Senate has attempted to advance a House-passed bill that would fund the department through September. DHS has been shut down since Feb. 14. Democrats are insisting on reforms to immigration enforcement practices to fully reopen the department.

A bipartisan group of senators met with border czar Tom Homan on Thursday, in what Republican Sen. Katie Britt of Alabama said was the first time both sides have met in six weeks. Leaving the meeting, Britt said "today was not negotiation, it was conversation." 

Homan met with the group again Friday, though Democrats left the meeting after less than an hour. Still, Republican Sen. John Hoeven of North Dakota said he thought it was "very congenial" and "another step forward." 

Earlier in the day, Senate Majority Leader John Thune told reporters that the meeting would shed light on whether a breakthrough is possible. 

"This can't continue," the South Dakota Republican said, adding that both sides "have now had an opportunity to kind of sharpen their pencils." 

"I think we're going to know today whether we're actually serious about it," Thune said.  

Earlier this week, Senate Democrats sent the White House their latest counteroffer. In a letter Tuesday to Republican senators involved in funding discussions, the White House said it had made several proposals to Democrats in its previous counteroffer. The offer included expanded use of body cameras, limiting civil immigration enforcement activities at schools and hospitals and requiring officers to wear visible identification. But Democrats have dismissed the offer, saying the White House has refused to budge on masks and warrants. 

Republican Sen. Susan Collins of Maine, the chair of the Senate Appropriations Committee, said after Friday's meeting that the White House "has added to its offer," calling it a "very fair, reasonable offer." Collins declined to share specifics. 

Asked whether the group would meet again Saturday, Hoeven said it depends on what Democrats "come back with." Collins said the next step is for Democrats to make a new counteroffer. 

"I would be hopeful that our Democratic colleagues would come back with an offer that shows that they're looking to find a pathway forward," Britt told reporters. 

Senate Minority Leader Chuck Schumer, a New York Democrat, said earlier Friday that negotiations on immigration enforcement "still have a way to go," citing "deep disagreements." 

The effects of the shutdown have been most apparent at airports across the U.S. Travelers are facing long lines, with unpaid Transportation Security Administration officers calling off work or quitting altogether. One TSA official warned this week that some airports might need to be shut down if the situation is not resolved soon.

Republicans have blocked Democrats' repeated attempts to pass funding for other agencies under the DHS umbrella, except for Immigration and Customs Enforcement and Customs and Border Protection. Meanwhile, Democrats have shut down efforts by Republicans to approve temporary funding for all of DHS.

Schumer said that lawmakers would have another chance to fund TSA on Saturday, when a procedural vote on legislation funding the individual agency is expected. 

"The chaos at TSA is reaching a boiling point. We need to reopen it as quickly as possible," Schumer said in a floor speech Friday. 

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(); } }); }); }); });