Code Monkey home page Code Monkey logo

Comments (5)

Atavic avatar Atavic commented on June 23, 2024

datareporting.healthreport.service.firstRun enables it

from privacy-settings.

Gitoffthelawn avatar Gitoffthelawn commented on June 23, 2024

@Atavic Thanks very much. Setting that pref to true, correct?

from privacy-settings.

Atavic avatar Atavic commented on June 23, 2024

It is set as true only when you run firefox for the first time, you can modify user.js and then open the browser.

But wait, do you want it enabled but without sending its results? If so, leave service enabled but
user_pref("datareporting.policy.dataSubmissionEnabled", false);

from privacy-settings.

Thorin-Oakenpants avatar Thorin-Oakenpants commented on June 23, 2024

Just enable all the options but remove the URL one so it has no F idea where to send it - u already know where all these prefs are listed for you @Gitoffthelawn

/* 0333a: disable health report ***/
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("datareporting.healthreport.documentServerURI", ""); // (hidden pref)
user_pref("datareporting.healthreport.service.enabled", false); // (hidden pref)
/* 0333b: disable about:healthreport page (which connects to Mozilla for locale/css+js+json)
 * If you have disabled health reports, then this about page is useless - disable it
 * If you want to see what health data is present, then this must be set at default ***/
user_pref("datareporting.healthreport.about.reportUrl", "data:text/plain,");
/* 0334: disable new data submission, master kill switch (FF41+)
 * If disabled, no policy is shown or upload takes place, ever
 * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1195552 ***/
user_pref("datareporting.policy.dataSubmissionEnabled", false);

So reset them all except datareporting.healthreport.documentServerURI. That should work for you

from privacy-settings.

Gitoffthelawn avatar Gitoffthelawn commented on June 23, 2024

@Thorin-Oakenpants Interesting idea. Without tracing through the code, though, I don't know if it handles it gracefully. I somehow doubt Mozilla tested it.

from privacy-settings.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.