ADVERTISEMENT

Congress wants to regulate platforms to protect children online

Published Jun 5, 2026 11:14 am

Whenever a child is harmed online, we already know which questions will follow.

Where were the parents? Why did they let their child use social media? Why didn't someone just take the device away?

These are understandable questions. Parents do bear real responsibility. Digital literacy matters. Personal accountability has not gone anywhere.

But there is a harder question — one we have been slower to ask. What responsibility do the platforms themselves carry when their products are used by millions of children every day?

House Bill 9461, or the proposed Child Online Safety and Protection Act, takes that question seriously. It is not the first child protection bill this country has considered, but it may be the first that grasps something earlier proposals missed: the problem is not just what children do online. It is what platforms are built to encourage them to do.

For years, the dominant assumption was that digital platforms are neutral infrastructure. They build the road; users decide where to drive. If a child encountered harmful content, the answer was better parental supervision. If cyberbullying occurred, the solution was education. If a teenager became addicted to her phone, the family needed to manage screen time.

This framing let platforms off the hook almost entirely.

The problem is that it is no longer defensible. Social media platforms do not simply host content — they actively shape what users see, what keeps them scrolling, and how long they stay. Recommendation algorithms surface content calculated to trigger strong responses. Notifications are engineered to interrupt attention. Infinite scroll removes the natural pause that might prompt a user to stop. None of this is accidental. These features are designed, tested, and optimized.

When the environment itself is designed to override self-control, blaming users for losing control is not an honest accounting.

This is why legal and regulatory debates worldwide have shifted toward platform accountability. In the United States, lawsuits filed against Meta have raised claims that the company was aware of potential harms to young users while continuing to deploy features designed to maximize engagement. The outcome of those cases is for courts to determine. The more consequential development is the shift in public thinking they represent: that what platforms are built to do is now a legitimate subject of legal scrutiny, not just ethical hand-wringing.

HB 9461 reflects this shift. The bill introduces concepts like safety-by-design and age-appropriate protections — requirements that platforms consider child safety at the point of design, not as an afterthought. It treats the architecture of a digital environment as something that can either create risk or reduce it. That is exactly the right framing.

Online harms rarely have a single cause. Grooming, sexual extortion, and exploitation typically involve both human perpetrators and the platform conditions that enable them — weak identity verification, recommendation systems that can connect predators to children, and features that incentivize oversharing of personal information. The design of the environment is part of the problem. Any serious response has to treat it as such.

This is not a call to regulate all platforms as inherently dangerous or to grant the government open-ended authority over what can be said online. Privacy, innovation, and freedom of expression are not minor considerations. Overregulation is a real risk that legislators must weigh.

But the opposite error — treating platforms as essentially passive and users as solely responsible for outcomes — has already proven costly. Technology companies shape human behavior at a scale that few institutions in history have matched. They influence what information spreads, what communities form, and increasingly, how young people understand themselves and the world. That scale of influence carries obligations that go beyond providing a terms-of-service page.

Children should be taught to navigate the internet thoughtfully. Parents should stay involved. Schools should do their part in digital literacy.

None of that is enough if the platforms children log on to are not designed with their safety in mind.

The future of online child protection will not be determined solely by how resilient young Filipinos can become in hostile digital environments. It will also depend on whether those environments are built to deserve children's presence in the first place.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.