Home > PRESIDENT TRUMP
127 views 11 min 0 Comment

ICE Expands Detention Plan, Adds Environmental Reviews

adrianoreid@hotmail.com - April 28, 2026





By Newsmax Wires    |  
Tuesday, 28 April 2026 09:29 AM EDT

The Trump administration is shifting course on its plan to convert warehouses into immigrant detention centers by conducting environmental reviews in the wake of mounting legal challenges.

Immigration and Customs Enforcement has purchased commercial warehouses nationwide to expand detention capacity and support higher deportation rates, but the effort faces potential delays as courts and state officials challenge the projects under federal environmental law, The New York Times reported Monday.

The agency is holding about 58,000 immigrants in custody, well below its goal of reaching 100,000 beds, a shortfall that has driven the push to acquire and retrofit additional facilities.  

The plan has drawn resistance from residents and officials in communities where the sites are located, as well as lawsuits in New Jersey, Michigan, Maryland and Arizona alleging the administration failed to comply with the National Environmental Policy Act.

In court filings, ICE officials said the warehouse projects were exempt from such reviews, citing factors including existing development at the sites and distance from environmentally sensitive areas.

Internal concerns within the Justice Department indicated the approach could leave the administration vulnerable to legal challenges, fears that were realized when a federal judge in Maryland blocked plans to convert a warehouse in Williamsport.

“That Maryland result changed their strategy,” said Jamison E. Colburn, a professor of environmental law at Pennsylvania State University. He said the shift toward conducting reviews reflected an effort to avoid broader legal setbacks.

Federal officials now plan to carry out environmental assessments at at least two warehouse sites, according to documents obtained by The New York Times, a process experts said could take months.

The Department of Homeland Security, which oversees ICE, has purchased 11 warehouses nationwide for about $1 billion.

In Maryland, state officials said the Williamsport project would harm environmental and public health interests, including nearby waterways connected to the Potomac River. ICE purchased the facility for about $100 million, with plans to house 500 to 1,500 immigrants.

District Judge Brendan Hurson said the agency failed to meet key requirements under federal environmental law, warning that converting a cargo facility into a large-scale detention center could strain local infrastructure, including the sewer system.

Homeland Security officials said the agency had complied with federal law and accused political opponents of using environmental challenges to delay the administration’s deportation efforts.

The warehouse initiative is also intended to reduce reliance on private contractors and state-run facilities by increasing government-owned detention space. However, a senior U.S. official said Homeland Security Secretary Markwayne Mullin has expressed skepticism about expanding warehouse purchases.

Todd Lyons, acting head of ICE, told the House Appropriations Committee that Mullin is reviewing the agency’s broader detention strategy.

“He is looking at our whole detention plan. We’re making decisions based on if we’re going to move forward at those locations,” Lyons said.

Lyons said the facilities would be developed responsibly and meet agency standards.

“It’s actually to be retrofitted to become a detention facility, one that we’ll actually be proud of, one that would actually have standards,” he said.


© 2026 Newsmax. All rights reserved.



US


The Trump administration is shifting course on its plan to convert warehouses into immigrant detention centers by conducting environmental reviews in the wake of mounting legal challenges.


ice, warehouse, detention, immigrants, environment


501


Tuesday, 28 April 2026 09:29 AM


2026-29-28


Tuesday, 28 April 2026 09:29 AM

Join the Newsmax Community

 


Free Newsmax E-Alerts

Privacy: We never share your email.

 

 \
\
\
‘;

var showDesktop = true;
var showMobile = false;
var enabled = false;

if (showMobile && (window.innerWidth <= 992)) { enabled = true; }
if (showDesktop && (window.innerWidth > 992)) { enabled = true; }

if (enabled) {
// Append template
jQuery(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”).html(playerTemplate);

// Schedule
(function ($, d) {

var schedule = {
data: {},
endpoint: ‘/CMSPages/NewsMax/Handlers/TVScheduleHandler.ashx’,
limit: ‘2’, //how many shows to display

parse: function (v) {
var datetime = v.ShowDateTime.split(‘T’);
(!this.data[datetime[0]]) ? this.data[datetime[0]] = new Array() : [];
this.data[datetime[0]].push(v);
},

createSchedule: function () {
var schedule = $(‘#NMTVplayer-schedule’);
schedule.empty();
var tpl=””;
schedule.append(tpl);
},

populate: function (s) {
var _this = this;
var count = 0; //used to show the categories

function template(o, j) {
return ” +
” + moment(o.datetime).format(‘LT’).replace(” AM”, “a ET”).replace(” PM”, “p ET”) + ‘ • ‘ +
” + o.title + ” +
”;
}

s = s[Object.keys(s)[0]].concat(s[Object.keys(s)[1]]); // Get data for today and tomorrow
//console.log(Object.keys(s)); // display shows array on console
s = s.slice(0, _this.limit); // Only get the limit!

$.each(s, function (j, o) {
var nmSubtitle = “”;

if (o.Episode == o.Program) {
nmSubtitle = “”;
} else {
nmSubtitle = o.Episode;
}
var program = {
datetime: o.ShowDateTime,
title: o.Program,
description: o.Description,
subtitle: nmSubtitle
};

if (count == 0) {
$(‘#schedule’).append(‘On Now:’);
} else if (count == 1) {
$(‘#schedule’).append(‘Coming Up:’);
}
$(‘#schedule’).append(template(program, j));
count = count + 1;
});
},

scrollUp: function () {
var target = $(‘#NMTVplayer-schedule’);
$(‘html, body’).animate({
scrollTop: target.offset().top – 100
}, 1000);
},

init: function (ms) {
var _this = this;
var hash = (ms) ? “?h=” + ms : “”;
$.getJSON(_this.endpoint + hash, function (data) {
$.each(data, function (i, v) { _this.parse(v); });

_this.createSchedule();
_this.populate(_this.data);
});

}
};

// Initialize
schedule.init();

// Intervals
var everyInterval = 1860000; // 31 Minutes
var nextInterval = Math.abs(moment().endOf(‘hour’).toDate() – moment().toDate());
window.setTimeout(function () {
schedule.init(Date.now());
window.setInterval(function () {
schedule.init(Date.now());
}, everyInterval);
}, nextInterval);
})(window.jQuery, this)

var observer = new IntersectionObserver(
entries => {
entries.forEach((entry) => {
if (entry.isIntersecting) {
loadVideoPlayer(); // run once loaded!
observer.disconnect();
}
});
},
{
root: null,
rootMargin: ‘0px’,
threshold: 0.5
}
);

observer.observe(document.getElementById(‘amp’));
}

function loadVideoPlayer() {
var config = {
playbackOrder: [“hls”, “dvr”, “audio”, “default”],
autoplay: true,
muted: true,
captioning: { enabled: true },
playsinline: true,
autoplayPolicy: “muted”,
media: {
title: “Newsmax TV Live”,
source: [{
src: “https://nmxlive.akamaized.net/hls/live/529965/Live_1/index.m3u8”,
type: “application/x-mpegURL”
}],
track: [{
kind: “captions”,
type: “text/cea-608”,
srclang: “eng”
}]
},
cmcd: {
contentId: “newsmaxlive”
},
plugins: {
ima: {
resources: [{
src: “//imasdk.googleapis.com/js/sdkloader/ima3.js”,
debug: “//imasdk.googleapis.com/js/sdkloader/ima3_debug.js”,
type: “text/javascript”,
async: true
},
{
src: “${paths.plugins}ima/Ima.min.js”,
debug: “${paths.plugins}ima/Ima.js”,
type: “text/javascript”,
async: true
}],
adTagUrl: “https://pubads.g.doubleclick.net/gampad/live/ads?iu=/6305169/Newsmax/Video/livestream&description_url=http://www.newsmax.com&tfcd=0&npa=0&sz=640×480&gdfp_req=1&vpos=preroll&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=&vpmute=1&plcmt=1″
},
googleanalytics: {
resources: [
{
src: “https://www.googletagmanager.com/gtag/js?id=G-MDSEMR3DWD”,
type: “text/javascript”,
async: true,
},
{
src: “#{paths.plugins}googleanalytics/Googleanalytics.js”,
type: “text/javascript”,
async: true,
},
],
trackingId: “G-MDSEMR3DWD”,
mode: “gtag”,
events: {
video: [
{
type: “started”,
data: {
metric1: “viewDuration”,
dimension1: “#{media.title}”,
metric2: “#{media.duration}”,
},
},
{
type: “ended”,
data: {
metric1: “viewDuration”,
dimension1: “#{media.title}”,
metric2: “#{media.duration}”,
},
},
],
ads: [
{
type: “adstarted”,
data: {
dimension3: “#{ads.currentAd.title}”,
metric3: “#{ads.currentAd.duration}”,
},
},
{
type: “adended”,
data: {
dimension3: “#{ads.currentAd.title}”,
metric3: “#{ads.currentAd.duration}”,
}
}
]
}
}
}
};

function createVideoPlayer() {
var amp = akamai.amp.AMP.create(“amp”, config, function (event) {
amp = event.player;
const defaults = {
visible: false,
fontFamily: “proportionalSansSerif”,
fontSize: “med”,
fontColor: “white”,
fontOpacity: “100%”,
edgeType: “rightShadow”,
edgeColor: “black”,
edgeOpacity: “50%”,
backgroundColor: “black”,
backgroundOpacity: “0%”,
windowColor: “black”,
windowOpacity: “50%”,
scroll: “popout”
}
if (amp.captioning != null)
amp.captioning.changeSettings(defaults)
//alternatevely settings can be refreshed by clearin local storage key
//localStorage.removeItem(“akamai_amp”);
});
// once created detach scroll event
window.removeEventListener(“scroll”, onscroll, { passive: true })

window.addEventListener(“scroll”, onscrollPassive, { passive: true });
window.addEventListener(“nmtvplayer_toggleFullscreen”, toggleFullScreen, { passive: true });
window.addEventListener(“nmtvplayer_listen”, listenBtn, { passive: true });
}

function onscroll(event) {
// this Helper will tell whether a HTMLElement becomes visible
var parentContainerState = akamai.amp.Utils.getViewability(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”);

// once player placeholder container becomes visible we create the player
if (parentContainerState === “full”)
createVideoPlayer();
}

function onscrollPassive(event) {
const player = jQuery(“#amp”)[0].amp;
// this Helper will tell whether a HTMLElement becomes visible
var parentContainerState = akamai.amp.Utils.getViewability(“#p_lt_zoneContent_pageplaceholder_p_lt_zoneRight_NewsmaxTVLive_NMTVPlayerContainer”);

// once player placeholder container becomes visible we create the player
if (parentContainerState === “full”)
{
if (player.playState == “paused”)
player.play();
}
else
{
player.pause();
}
}

window.addEventListener(“scroll”, onscroll, { passive: true });


function readyHandler(event) {
amp = event.player // exposes player instance to DOM
}

function toggleFullScreen() {
return jQuery(“#amp”)[0].amp.enterFullScreen();
}

function toggleMute() {
const player = jQuery(“#amp”)[0].amp;
return player.muted ? player.unmute() : player.mute()
}
function listenBtn() {
if (jQuery(“#amp”)[0].amp.muted) {
document.getElementById(“listen-btn”).innerHTML = “Mute”;
} else {
document.getElementById(“listen-btn”).innerHTML = “Listen”;
}

toggleMute();
return
}

// Run onscroll incase the video is already showing
onscroll();
};
})();


Tuesday, 28 Apr 2026 09:10 AM


The Justice Department used a late-night court filing Monday to ask a federal judge to lift his order halting constructi . . .


Tuesday, 28 Apr 2026 09:22 AM


Florida lawmakers convening in a special session Tuesday to redraw the state’s 28 congressional districts are expected t . . .



Source link

Post Views: 175

PREVIOUS

GOP tensions over DHS funding intensify between Senate, House Republicans

NEXT

Jimmy Kimmel Lectures Melania Trump, Repeats ‘Expectant Widow’ Joke He Says was About ‘Age Difference’
Related Post
January 30, 2026
Indian Christians Facing Rising Persecution Look To America For Help
December 29, 2025
Bitcoin Helps USD’s Reserve Status “In A Strange Way”: Coinbase CEO
September 22, 2025
Heavy Metal Band Gwar Stages Assassination of Donald Trump, Elon Musk Decapitation at Chicago Concert
June 17, 2026
Senate fumes as Clayton chaos unwinds path to renew FISA
Comments are closed.
John Michael Chambers

DISCLAIMER

The material contained on this website represents the opinion, analysis and/or commentary of JMC, John Michael Chambers and its aggregated content and resources, and is intended to provide the viewer with general information only and nothing should be considered as providing medical, financial, or other advice. JMC, John Michael Chambers strives to deliver wartime updates and opinion commentary that empowers and informs viewers. JMC, John Michael Chambers is dedicated to the rule of law and upholding the U.S. Constitution and does not endorse violence or discrimination in any form. This is NOT an official government or military website. This is not a news network.

© 2026 John Michael Chambers All rights reserved.