EU Said to Reassess Tech Probes into Apple, Google, Meta
The European Commission is reevaluating its probes into tech giants including Apple, Meta and Alphabet’s Google, the Financial Times reported on Tuesday.The tech giants have urged US President-elect Trump to challenge European Union’s regulatory scrutiny against them.The implications of Trump’s presidency were a factor in the review, one source told the newspaper, clarifying that his victory had not triggered it.The review could lead to Brussels reducing or changing the range of the probes, and will cover all cases. launched since March 2024 under the European Union’s landmark Digital Markets Act (DMA), the report said, citing sources.The DMA is one of the most stringent regulations targeting tech giants’ market dominance, it dictates what the world’s largest tech platforms can and cannot. do, and can impose fines up to 10 percent of a company’s annual revenue.All decisions and potential fines will be paused while the review is completed, but technical work on the cases will continue, the newspaper said.Regulators are now waiting for political direction to take final decisions on the Google, Apple, and Meta cases, the report said.Apple, Meta, Google and the European Commission did not immediately respond to requests for comment.The DMA took effect in 2022 aiming to curb the power of Big Tech and ensuring a level playing field for smaller rivals.Last week, Meta scrapped its US fact-checking program in one of the biggest overhauls of its approach. to manage political content on its services. This comes as CEO Mark Zuckerberg has been signaling a desire to mend fences with the incoming Trump administration.The EU is mulling an expansion into its investigation into whether Trump’s close ally Elon Musk’s social media network Monday.© Thomson Reuters 2025(This story has not been edited by NDTV staff and is auto-generated from a syndicated feed.)
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!