ADVERTISEMENT

Globe opposes Konektadong Pinoy Act due to security risks

Published Aug 26, 2025 07:01 pm
Telecommunications giant Globe Telecom Inc. is taking a firm stance in opposing the Konektadong Pinoy Act, which recently lapsed into law, voicing its concerns against the law’s supposed “grave risks.”
In a statement on Tuesday, Aug. 26, the Ayala-led firm said it is concerned that the measure “was allowed” to lapse into law on Sunday, Aug. 24.
Globe General Counsel Froilan Castelo noted that President Marcos’ decision to opt out of signing or vetoing the bill is indicative of his “neutral stance” on the matter.
Despite being tagged as an urgent measure of his administration, Marcos was evidently silent on whether he would sign the then-bill.
Uncertain of the President’s stance, the top executives of the country’s four leading telecommunications firms joined forces in what could be considered a once-in-a-blue-moon moment.
Globe, together with Converge ICT Solutions Inc., PLDT Inc., and DITO Telecommunity Corp. wrote a letter to Marcos to urge him to refrain from signing the bill and instead return it to Congress for further deliberation.
However, within 30 days of receiving the bill in his office, Marcos did not veto or sign it, paving the way for its enactment.
Castelo said Globe stands ready to work with the government on how it can “better the standards in the industry to safeguard the public.”
Nonetheless, the company argued that while the measure aspires to broaden digital access, its current form could pose risks that would weaken cybersecurity, undermine national safeguards, and unsettle the industry.
Globe said the Konektadong Pinoy Act leaves gaps in the vetting of new entrants, which could threaten the government’s critical infrastructure.
“Equally concerning is the two-year grace period for cybersecurity certification, which creates a prolonged window for exploitation,” the statement read.
“This is at odds with the spirit of several existing laws including the Cybercrime Prevention Act, the Data Privacy Act, the Anti-Terrorism Act, and the Anti-OSAEC/CSAEM Law, all of which require immediate and effective protection of citizens and state systems,” it added.
Konektadong Pinoy Act seeks to boost nationwide connectivity by making it easier for internet service providers to operate by encouraging infrastructure sharing and simplifying the licensing process.
Under the law, new telco players are no longer required to secure a legislative franchise or a certificate of public convenience and necessity to operate in the country.
Globe said this would essentially remove government oversight on the industry, which could undermine regulatory integrity.
“Existing operators that have built networks under strict requirements should not be exposed to unfair competition from newcomers exempt from these same obligations,” the company noted.
This could likewise erode investor confidence due to these uncertainties, it said.
Globe added that the law risks putting the Philippines in breach of international treaty obligations, particularly due to the supposed unregulated use of spectrum by prospective satellite operators, which could lead to “harmful” interference.
“Such interference could compromise communications at precisely the moments, during crises and emergencies, when they are needed the most,” it said.
The telco said it is committed to engage with the government to ensure that the law advances its intended purpose without compromising security, stability, or consumer welfare.
“Connectivity is indeed a national imperative. To achieve it responsibly, the law must be fortified and not left to create vulnerabilities,” it added.
Business groups hail enactment
On the other hand, business and industry groups laud the enactment of the Konektadong Pinoy Act, citing its importance to drive the country’s digital transformation.
In a joint statement, the Joint Foreign Chambers (JFC), EU-ASEAN Business Council (EUABC), US-ASEAN Business Council (USABC), and IT and Business Process Association of the Philippines (IBPAP), expressed their support for the measure.
“We see this as a landmark achievement that will significantly improve internet access, boost the Philippines' economic competitiveness,” the groups said.
“We also believe the law’s success will be dependent on the development of implementing rules and regulations (IRR) that protect the free and seamless flow of data across borders,” they noted.
The groups said a robust IRR would ensure that businesses are able to innovate and scale globally, allowing the country to country to harness its full potential under the digital economy.
“We remain committed to supporting the Philippines' digital transformation and look forward to the full and immediate implementation of this law,” they said.
Department of Information and Communications Technology (DICT) Secretary Henry Aguda on Sunday said the agency will swiftly convene stakeholders to draft the law’s IRR, which must be finalized within 90 days.

Related Tags

Globe Telecom Inc. Konektadong Pinoy Act
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.