Thursday, June 26, 2025
30.8 C
Singapore

URGENT: China slams ‘unacceptable’ US tightening rules on state media

Beijing on Wednesday slammed Washington’s decision to tighten rules on Chinese state media organisations in the US and classify them as foreign missions, saying it was “unreasonable and unacceptable.”

“The United States has always advertised freedom of the press, but it interferes with and obstructs the normal operation of Chinese media in the United States,” foreign ministry spokesman Geng Shuang said at a regular briefing, warning: “We reserve the right to respond further to this matter.”

prw/lth/aph

© Agence France-Presse

/AFP

See also  US teen's TikTok video on Xinjiang goes viral

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });