91³Ô¹ÏÍø

Watch CBS News

Pride flag at Stonewall National Monument may soon be protected. Here's more on Sen. Chuck Schumer's legislative proposal.

If Senate Minority Leader Chuck Schumer , the Pride flag will be a permanent part of the Stonewall National Monument, the birthplace of the modern LGBTQ+ movement.

Last week, local leaders and activists defiantly re-raised the flag, after the federal government took it down.

New York's senior senator said Sunday he will propose legislation that would protect the Pride flag from being moved for generations to come.

A congressionally authorized symbol

The Pride flag is currently back alongside the American flag and has thus far not been sanctioned by the federal government.

630-rozner-image.jpg
Stonewall National Monument Pride flag. CBS News New York

Schumer said the proposal, which Rep. Dan Goldman will sponsor in the House, will designate the Pride flag as a congressionally authorized symbol, meaning if the legislation was to pass, it would protect such flags from being removed across the country.

"Rights that are not secured in law can be threatened and symbols that are not protected can be stripped away. The flag that lies here is not decoration," Schumer said.

Standing with lawmakers and community leaders, Schumer did not mince words.

"The Trump administration's removal of the Pride rainbow flag from the Stonewall National Monument is a deeply outrageous action that must be reversed," Schumer said.

Other advocates echoed Schumer's sentiments.

"I am Manhattan Borough president, 29th Manhattan Borough president, Brad Hoylman-Sigal, first openly LGBTQ borough president," Hoylman-Sigal added. "Our movement, which began here back in June 1969, is much more than a piece of cloth flapping in the wind, senator, as you know, and when that flag was removed, we as a community stood up and said, that's not right."

"I just want to make it clear we are not going to be erased, a human rights struggle from American history. I understand what the flag represents to some people, to see it intertwined with American flag is moving. Our history matters," said Stacy Lentz, co-owner of the Stonewall Inn.

Department of the Interior's response

As for why the flag was taken down last week, a spokesperson for the Department of the Interior said, in part, "All government agencies follow longstanding federal flag policy that has been in place for decades. The United States Flag Code and the General Services Administration 41 CFR 102-74.415 give guidance regarding the display of flags on government flagpoles. Recent adjustments to flag displays at the monument were made to ensure consistency with federal guidance."

CBS News New York asked the Department of the Interior if it will take any action on the Pride flag that was put back up. A spokesperson responded with the following statement:

"Hundreds of families in New York City went without power during this year's severe cold weather, people are being found dead on the streets, and trash has piled up so high it towers over city residents. This is Mayor Mamdani, Senator Schumer and the congressional delegation's New York City. It would be a better use of their time to get the trash buildup off city streets, ensure there are no more avoidable deaths, and work to keep the power on for the people of New York City. This political pageantry shows how utterly incompetent and misaligned the New York City officials and New York's congressional representatives are with the problems their city is facing," the spokesperson said.

"Stonewall National Monument remains committed to preserving and interpreting the history and significance of this site through its exhibits, programs, and educational initiatives."

Hoylman-Sigal said if the Trump administration removes the flag a second time, it will be put back up.

CBS News New York also reached out to the White House for comment on Schumer's potential proposal, but did not immediately hear back.   

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