91³Ô¹ÏÍø

Watch CBS News

Sen. Jon Ossoff backs bill forcing ICE to get local approval for new detention centers

Georgia U.S. Sen. Jon Ossoff says he is backing a bill that would require the federal government to get approval from state and local governments before it can open new Immigration and Customs Enforcement detention center facilities.

Ossoff announced that he is cosponsoring the Respect for Local Community Act, which was introduced by New Hampshire Sens. Jeanne Saheen and Maggie Hassan in February.

If the bill becomes law, the Department of Homeland Security would be required to enter into a signed, written agreement with the state's governor and "appropriate local government officials" before acquiring or building any property that could be used as a new processing site or detention center.

The bill would also require the agency to issue a public notice about the plan, providing specifics on how DHS or other agencies would comply with federal guidance and address infrastructure concerns. The Secretary of Homeland Security would also need to notify Congressional committees before moving forward with the agency's plans.

Earlier this month, DHS put a pause on its efforts to open two detention centers in Georgia and others across the country, a move that came just days after Markwayne Mullin replaced Kristy Noem as the new Secretary of Homeland Security.

social-circle-ice-3.png
The Department of Homeland Security planned to turn the warehouse in Social Circle into an immigrant detention center. CBS News Atlanta

Officials in the small Georgia cities of Social Circle and Oakwood have expressed their concerns about converting warehouses into facilities expected to house thousands of detainees. City officials pointed to the strains it may put on their water supplies. Social Circle went so far as to put a lock on the water meter for the warehouse that ICE purchased.

The cities have complained about what they said was a lack of transparency when it came to the federal authorities' plans. Oakwood City Manager B.R. White said his first inkling that a deal was imminent came when a warehouse supervisor told a city inspector he'd been instructed to clear the job site to make way for the new owners — the federal government.

Ossoff and Sen. Raphael Warnock have both spoken out against DHS's new detention center plan in the past, with Warnock attempting to block funding of the construction earlier this year.

"For months, the Social Circle community has been clear in its opposition to this administration's proposed ICE detention facility, which local leaders have warned risks overwhelming the city's infrastructure," Ossoff said. "Yet despite clear local opposition, this administration's plans and intentions have been shrouded in secrecy without any local input. This bill will require the Federal government to get local agreement before building such facilities."

"Our community remains strongly opposed to ICE's proposed detention facility, which risks overwhelming our infrastructure and more than tripling our population. ICE and DHS's failures to communicate with us about these plans have made the situation even worse and created months of havoc," said Social Circle Mayor David Keener. "We're grateful to Sen. Ossoff for his continued opposition to this project and for his support of this Federal legislation that would ensure our community has a voice in this process and cannot be ignored."

So far, immigration officials have spent a total of $1.074 billion on 11 warehouses.The Associated Press contributed to this report.

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