91³Ô¹ÏÍø

Watch CBS News

Trump officials revoke Biden policy that barred ICE arrests near "sensitive locations" like schools and churches

Washington — Just hours after President Trump's inauguration, his administration revoked a Biden-era policy that prohibited arrests by U.S. immigration agents at or near schools, places of worship and other places deemed to be "sensitive locations."

Benjamine Huffman, whom the Trump administration installed as acting homeland security secretary pending the confirmation of South Dakota Gov. Kristi Noem, issued a memo on Monday reversing the Biden administration's immigration arrest guidelines on "sensitive locations."

That , signed by former Homeland Security Secretary Alejandro Mayorkas, instructed Immigration and Customs Enforcement and Customs and Border Protection to refrain from apprehending unauthorized immigrants at or near locations "that would restrain people's access to essential services or engagement in essential activities." Those locations included schools; places of worship; hospitals and other healthcare facilities; shelters; relief centers; and public demonstrations, like rallies and protests.

In a statement defending the termination of the Biden administration rule, the Department of Homeland Security said the Trump administration "will not tie the hands of our brave law enforcement, and instead trusts them to use common sense."

Pro-immigrant advocates had feared the rescission of the Biden-era rules, warning that it would allow the Trump administration to bring its mass deportations plans to churches and schools.

But the Trump administration said Monday's decision was designed to target unauthorized immigrants with serious criminal histories.

"This action empowers the brave men and women in CBP and ICE to enforce our immigration laws and catch criminal aliens — including murders and rapists — who have illegally come into our country," DHS said in its statement. "Criminals will no longer be able to hide in America's schools and churches to avoid arrest."

Monday's action is part of a larger effort by the Trump administration to eliminate limits other administrations have placed on ICE operations as it lays the groundwork for what the president has pledged will be the largest deportation operation in American history. The administration is expected to ramp up immigration arrests in cities and communities with "sanctuary" policies that restrict cooperation between local enforcement and ICE.

The administration is also expected to rescind other Biden administration memos that discontinued mass immigration sweeps at worksites like factories and that limited ICE arrests to serious criminals, national security threats and recent border arrivals. 

Tom Homan, Mr. Trump's "border czar," has repeatedly said the new administration, like every administration, will prioritize the arrest of immigrants who are in the country illegally and who have committed crimes. But he has stressed that no one will be exempt from immigration enforcement if they are in the U.S. illegally, warning that arrests of non-criminal unauthorized immigrants are likely.

Mr. Trump moved swiftly on his first day back in the White House to launch his long-expected immigration crackdown, issuing a blitz of orders that sought to deny birthright citizenship to the children of unauthorized immigrants and temporary visas holders; suspend asylum and refugee admissions; and enlist the military's aid in border enforcement though an emergency declaration.

Another executive order directed officials to expand detention sites to hold deportees and increase agreements with local law enforcement authorities, so they can arrest and detain unauthorized immigrants as deputized immigration officers.

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