91³Ô¹ÏÍø

Watch CBS News

Georgia PSC votes to protect TSA workers from late fees, utility disconnections during partial government shutdown

The Georgia Public Service Commission has approved a plan to temporarily protect TSA workers in the state from having their utilities shut off or late fees charged during the partial federal government shutdown. The measure was unanimously approved during an April 7 administrative session, following a motion from Commissioner Tricia Pridemore.

Under the order, TSA employees living in Georgia will not have their utility service disconnected for nonpayment during the shutdown and will not be charged late fees on overdue bills. Workers will have up to 30 days after the shutdown ends and back pay is restored to pay outstanding balances.

The relief applies only to utilities regulated by the , including investor-owned providers such as Georgia Power and Atlanta Gas Light.

FAA Targets 40 "High-Volume" US Airports For Flight Cuts Amid Government Shutdown
ATLANTA, GEORGIA - NOVEMBER 7: A TSA officer's badge can be seen on their shirt as people travel through Hartsfield-Jackson Atlanta International Airport on November 7, 2025 in Atlanta, Georgia. Today marks day 38 of the government shutdown. Megan Varner / Getty Images

"Georgia is home to the world's busiest airport and many regional airports where TSA agents work to keep us safe," Commissioner Pridemore said in a statement. "During the partial shutdown, many TSA agents are taking up second jobs driving Ubers and utilizing other gig-economy jobs just to make rent or mortgages and to put food on the table. I'm hoping this order will give them one less thing to worry about."

Commission Chairman Jason Shaw said the move reflects practical support for workers affected by the shutdown.

"TSA officers at Hartsfield-Jackson are showing up every day to keep Georgia safe, even as they go without a paycheck," Shaw said. "They shouldn't have to worry about coming home to a dark house."

Commissioner Peter Hubbard also backed the measure, saying the commission should act to help working families during periods of financial strain.

The order requires TSA workers to verify their employment status to qualify for the protections.

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