this post was submitted on 07 Apr 2025
312 points (98.4% liked)

Technology

68432 readers
11135 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Mozilla is developing a new, simplified way for extension developers to obtain permission to collect user data. The new system will be integrated into the Firefox extension installation process in 2025 and will eliminate the various, often confusing permission screens that developers currently have to build themselves.

you are viewing a single comment's thread
view the rest of the comments
[–] drspod@lemmy.ml 40 points 14 hours ago

We will have to watch closely how Mozilla implements these standardized consent dialogs, because this could be a devious way of obfuscating from the user whether the app uses their data in acceptable or unacceptable ways. I wouldn't put anything past the new surveillance capitalism friendly Mozilla Corp.

The article doesn't link to the source, which is this post:

https://blog.mozilla.org/addons/2025/04/03/rethinking-extension-data-consent-clarity-consistency-and-control/

Today, our Add-on policies dictate that any extension that collects or transmits user data must create and display a data consent dialog. This consent dialog must clearly state what type of data is being collected and inform the user about the impact of accepting or declining the data collection.

Whilst the policy is a great example of Firefox’s commitment to transparency and protecting user data, it can add significant overhead for developers who want to build on our platform, and it creates a confusing experience for end users who often encounter many different data consent experiences for every extension they install. These custom data consent experiences also increase the time it takes for add-on reviewers to process a new extension version, as they need to verify this custom code is compliant with our policies. We’re simplifying how extensions gets consent to collect data

In 2025 we will launch a new data consent experience for extensions, built into the Firefox add-on installation flow itself. This will dramatically reduce the:

  • development effort required to be compliant with Firefox data policies
  • confusion users faces when installing extensions by providing a more consistent experience, giving them more confidence and control around the data collected or transmitted
  • effort it takes AMO reviewers to evaluate an extension version to ensure it’s compliant with our data collection policies

Developers won’t need to bother with creating their own custom data consent experiences. Soon, developers will simply be able to specify in the manifest what types of data the extension collects/transmits and this will automatically be reflected in a unified consent experience across all Firefox extensions.