• chevron_right

      Google halts its 4-plus-year plan to turn off tracking cookies by default in Chrome

      news.movim.eu / ArsTechnica · 4 days ago - 17:22 · 1 minute

    A woman in a white knit sweater, holding a Linzer cookie (with jam inside a heart cut-out) in her crossed palms.

    Enlarge / Google, like most of us, has a hard time letting go of cookies. Most of us just haven't created a complex set of APIs and brokered deals across regulation and industry to hold onto the essential essence of cookies. (credit: Getty Images)

    Google has an announcement today: It's not going to do something it has thought about, and tinkered with, for quite some time.

    Most people who just use the Chrome browser, rather than develop for it or try to serve ads to it, are not going to know what " A new path for Privacy Sandbox on the web " could possibly mean. The very short version is that Google had a "path," first announced in January 2020 , to turn off third-party (i.e., tracking) cookies in the most-used browser on Earth, bringing it in line with Safari, Firefox, and many other browsers. Google has proposed several alternatives to the cookies that follow you from page to page, constantly pitching you on that space heater you looked at three days ago. Each of these alternatives has met varying amounts of resistance from privacy and open web advocates, trade regulators, and the advertising industry.

    So rather than turn off third-party cookies by default and implement new solutions inside the Privacy Sandbox, Chrome will "introduce a new experience" that lets users choose their tracking preferences when they update or first use Chrome. Google will also keep working on its Privacy Sandbox APIs but in a way that recognizes the "impact on publishers, advertisers, and everyone involved in online advertising." Google also did not fail to mention it was "discussing this new path with regulators."

    Read 12 remaining paragraphs | Comments

    • chevron_right

      Mettez à jour Firefox pour régler le bug de lecture des vidéos YouTube

      news.movim.eu / Numerama · Wednesday, 26 June - 13:29

    Mozilla a déployé une mise à jour pour Firefox qui corrige un souci tenace qui affectait des internautes se rendant sur YouTube. C'est la version 127.0.2 du logiciel qu'il faut installer.

    • chevron_right

      Un bug pénible sur Firefox pourrit la vie des internautes visitant YouTube

      news.movim.eu / Numerama · Monday, 24 June - 14:32

    énervement ordinateur

    Le navigateur web Firefox peut rencontrer ponctuellement des problèmes de lecture sur YouTube. Le problème a été évoqué depuis des mois déjà. Mais un correctif arrive.

    • chevron_right

      Votre lecteur PDF.js préféré peut exécuter du code malveillant !

      news.movim.eu / Korben · Monday, 20 May - 14:57 · 1 minute

    La bibliothèque JavaScript de visualisation de PDF développée par Mozilla, connue sous le nom de PDF.js , est au centre d’une nouvelle découverte de sécurité assez préoccupante ! Une faille dans le code de rendu des polices permet à un attaquant d’exécuter du JavaScript arbitraire simplement en ouvrant un PDF malveillant. Et attention, cela affecte toutes les applications utilisant PDF.js, y compris Firefox, certains éditeurs de code et navigateurs de fichiers. Aïe aïe aïe !

    En gros, lorsque PDF.js affiche une police spéciale, il convertit la description des glyphes en instructions pour dessiner ces glyphes. Cependant, un hacker mal intentionné peut injecter son propre code dans la description de la police, résultant en l’exécution de ce code par le navigateur.

    La vulnérabilité, estampillée CVE-2024-4367 , repose donc sur une manipulation des commandes de rendu de polices. La commande transform utilisant fontMatrix est exploitée pour insérer du code JavaScript puis PDF.js compile dynamiquement les descriptions de polices pour optimiser les performances. Normalement, ce tableau contient uniquement des nombres, toutefois, cette faille permet d’y injecter des chaînes de caractères. Et en insérant du code JavaScript dans ce tableau, il est possible de déclencher du code lors du rendu d’une police.

    Un exploit bien forgé permettrait diverses attaques telles que l’exécution de code arbitraire, le vol de données, ou même la prise de contrôle complète du système via des attaques XSS ou l’exécution de code natif. La vulnérabilité touche actuellement les versions de PDF.js inférieures à 4.2.67.

    Selon les chercheurs de Codean Labs , cette vulnérabilité affecte non seulement les utilisateurs de Firefox (<126), mais également de nombreuses applications web et basées sur Electron utilisant indirectement PDF.js pour la fonctionnalité d’aperçu. Ils soulignent également que cette faille exploite une partie spécifique du code de rendu de la police, un segment que les développeurs devraient vérifier attentivement.

    Bref, pensez à mettre à jour PDF.js vers une version supérieure à la 4.2.67 et à mettre à jour vos outils vers des version égales ou supérieures à Firefox 126, Firefox ESR 115.11 et Thunderbird 115.11.

    Source

    • chevron_right

      Llamafile – Exécutez des modèles de langage en un seul fichier !

      news.movim.eu / Korben · Saturday, 11 May - 17:13 · 2 minutes

    llamafile est un projet complètement barré qui va vous permettre de transformer des modèles de langage en exécutables. Derrière se cache en fait la fusion de deux projets bien badass : llama.cpp , un framework open source de chatbot IA, et Cosmopolitan Libc , une libc portable pour compiler des programmes C multiplateformes. En combinant astucieusement ces deux technos, les petits gars de Mozilla ont réussi à pondre un outil qui transforme les poids de modèles de langage naturel en binaires exécutables.

    Imaginez un peu, vous avez un modèle de langage qui pèse dans les 4 gigas, dans un format .gguf (un format couramment utilisé pour les poids de LLM). Et bien avec llamafile, vous pouvez le transformer en un exécutable standalone qui fonctionnera directement sur le système sur lequel il est sans avoir besoin d’installer quoi que ce soit. Ça va permettre de démocratiser l’utilisation et la diffusion des LLM .

    Et niveau portabilité, c’est le feu puisque ça tourne sur six OS, de Windows à FreeBSD en passant par macOS. Les devs ont bien bossé pour que ça passe partout, en résolvant des trucs bien crados comme le support des GPU et de dlopen() dans Cosmopolitan et croyez-moi (enfin, croyez-les) ça n’a pas été une mince affaire !

    Niveau perf aussi c’est du brutal ! Sur Linux llamafile utilise pledge() et SECCOMP pour sandboxer le bousin et empêcher les accès fichiers non désirés et avec les derniers patchs de Justine Tunney , la perf CPU pour l’inférence en local a pris un boost de malade du genre 10 fois plus rapide qu’avant. Même sur un Raspberry Pi on peut faire tourner des petits modèles à une vitesse honnête.

    Allez, assez parlé, passons à la pratique !

    Voici comment tester vous-même un llamafile en un rien de temps :

    1. Téléchargez l’exemple de llamafile pour le modèle LLaVA (licence : LLaMA 2, OpenAI) : llava-v1.5-7b-q4.llamafile (3,97 Go). LLaVA est un nouveau LLM qui peut non seulement discuter, mais aussi analyser des images que vous uploadez. Avec llamafile, tout se passe en local, vos données ne quittent jamais votre PC.
    2. Ouvrez le terminal de votre ordinateur.
    3. Si vous êtes sous macOS, Linux ou BSD, vous devrez autoriser l’exécution de ce nouveau fichier. (À faire une seule fois) :
      chmod +x llava-v1.5-7b-q4.llamafile
    4. Sous Windows, renommez simplement le fichier en ajoutant « .exe » à la fin.
    5. Lancez le llamafile, par exemple :
      ./llava-v1.5-7b-q4.llamafile
    6. Votre navigateur devrait s’ouvrir automatiquement sur une interface de chat. (Sinon, ouvrez-le et allez sur http://localhost:8080)
    7. Quand vous avez fini, retournez dans le terminal et faites Ctrl-C pour arrêter llamafile.

    Évidemment, Mozilla ne compte pas s’arrêter là et continue de bosser comme des dingues pour suivre le rythme des nouveaux modèles qui sortent et avec le support des dernières architectures dès leur sortie.

    Il est même prévu qu’on puisse bientôt générer nos propres llamafiles en un seul clic ! D’ailleurs, Hugging Face est déjà dans la boucle pour héberger tout ce petit monde. Bref, je vous le dis, les amis, llamafile est un projet à suivre absolument !

    Alors on dit merci qui ?

    Merci Mozilla ! 🙏🦊

    • chevron_right

      Mozilla’s privacy service drops a provider with ties to people-search sites

      news.movim.eu / ArsTechnica · Monday, 25 March - 19:49

    Mozilla Monitor Plus dashboard

    Enlarge (credit: Mozilla)

    Mozilla's Monitor Plus , a service launched by the privacy-minded tech firm in February , notes on its pitch page that there is "a $240 billion industry of data brokers selling your private information for profit" and that its offering can "take back your privacy."

    Mozilla's most recent move to protect privacy has been to cut out one of the key providers of Monitor Plus' people-search protections, Onerep . That comes after reporting from security reporter Brian Krebs, who uncovered Onerep CEO and founder Dimitri Shelest as the founder of "dozens of people-search services since 2010," including one, Nuwber, that still sells the very kind of "background reports" that Monitor Plus seeks to curb.

    Shelest told Krebs in a statement (PDF) that he did have an ownership stake in Nuwber, but that Nuwber has "zero cross-over or information-sharing with Onerep" and that he no longer operates any other people-search sites. Shelest admitted the bad look but said that his experience with people search gave Onerep "the best tech and team in the space."

    Read 3 remaining paragraphs | Comments

    • Sl chevron_right

      Contact publication

      pubsub.blastersklan.com / slashdot · Sunday, 17 March - 22:28 edit · 1 minute

    Mozilla Location Service offered "a free, open way to offer GPS-style location detection features" for developers on devices without GPS hardware, remembers the Linux blog OMG Ubuntu. It used signals like Wi-Fi access points and Bluetooth beacons "without any of the privacy implications most competing geolocation services have." But Friday they reported that Mozilla "has announced it is ending access to Mozilla Location Service (MLS), which provides accurate, privacy-respecting, and crowdsourced geolocation data." Developers and 3rd-party projects that use MLS to detect a users' location, such as the freedesktop.org location framework GeoClue, which is used by apps like GNOME Maps and Weather, have only a few months left to continue using the service... In late March, POST data submissions will return 403 responses. Finally, on June 12, all 3rd-party API keys will be removed and MLS data only accessible by Mozilla... MLS' accuracy has declined in recent years. Patent infringement claims in 2019 saw Mozilla reach a settlement to avoid litigation. As part of that settlement it was forced to make changes to MLS that impacted its ability to invest in (commercially exploit?) and improve the service. The article notes that GeoClue "already supports multiple location detection methods, including IP-based ones," so it should continue operating. "But the sad reality is that there just aren't a lot of free, open, privacy-friendly, accurate, and (rather importantly for a framework built in to Linux desktops) reliable alternatives to Mozilla Location Services, which has built up a colossal 'signal map' from which to pinpoint locations." "We are grateful for the contributions of the community to MLS to both the code and the dataset," a Mozilla senior engineering manager said in a statement.

    Read more of this story at Slashdot.

    Mozilla Ends its Privacy-Friendly GPS-Style Location Service
    • wifi_tethering open_in_new

      This post is public

      tech.slashdot.org /story/24/03/17/2150221/mozilla-ends-its-privacy-friendly-gps-style-location-service

    • chevron_right

      Mozilla lays off 60 people, wants to build AI into Firefox

      news.movim.eu / ArsTechnica · Wednesday, 14 February - 18:59 · 1 minute

    Mozilla lays off 60 people, wants to build AI into Firefox

    Enlarge (credit: Arturo Martinez / Flickr )

    Mozilla got a new "interim" CEO just a few days ago, and the first order of business appears to be layoffs. Bloomberg was the first to report that the company is cutting about 60 jobs, or 5 percent of its workforce. A TechCrunch report has a company memo that followed these layoffs, detailing one product shutdown and a "scaling back" of a few others.

    Mozilla started as the open source browser/email company that rose from the ashes of Netscape. Firefox and Thunderbird have kept on trucking since then, but the mozilla.org/products page is a great example of what the strategy has been lately: "Firefox is just the beginning!" reads the very top of the page; it then goes on to detail a lot of projects that aren't in line with Mozilla's core work of making a browser. There's Mozilla Monitor (a data breach checker), Mozilla VPN, Pocket (a news reader app), Firefox Relay (for making burner email accounts), and Firefox Focus, a fork of Firefox with a privacy focus.

    That's not even a comprehensive list of recent Mozilla products. From 2017–2020, there was "Firefox Send," an encrypted file transfer service, and a VR-focused " Firefox Reality " browser that lasted from 2018 to 2022. In 2022, Mozilla launched a $35 million venture capital fund called Mozilla Ventures . Not all Mozilla side-projects are losers—the memory-safe Rust programming language was spun out of Mozilla in 2020 and has seen rapid adoption in the Linux kernel and Android .

    Read 5 remaining paragraphs | Comments

    • Om chevron_right

      Contact publication

      pubsub.blastersklan.com / omgubuntu · Tuesday, 13 February - 23:38 edit

    Mozilla, makers of the Firefox web browser, is the latest tech company to announce layoffs. The non-profit says it is scaling back development on a number of projects and, as a result, 60 employees (roughly 5% of its total workforce) will lose their jobs. Among projects TechCrunch reports Mozilla has earmarked for cutbacks is its Online Footprint Scrubber — a paid-for feature that was announced barely a week ago. Mozilla VPN, Relay and other privacy products are also being scaled back, with the company of the opinion its products don’t offer much differentiation with competitors. The Mozilla.social Mastodon instance is also […]

    You're reading Mozilla Announces Layoffs, Renewed Focus on Firefox, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

    Mozilla Announces Layoffs, Renewed Focus on Firefox